Freigeben über


CosmosClientBuilder.WithSerializerOptions(CosmosSerializationOptions) Methode

Definition

Legen Sie eine benutzerdefinierte Serialisierungsoption fest.

public Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithSerializerOptions (Microsoft.Azure.Cosmos.CosmosSerializationOptions cosmosSerializerOptions);
member this.WithSerializerOptions : Microsoft.Azure.Cosmos.CosmosSerializationOptions -> Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder
Public Function WithSerializerOptions (cosmosSerializerOptions As CosmosSerializationOptions) As CosmosClientBuilder

Parameter

cosmosSerializerOptions
CosmosSerializationOptions

Die benutzerdefinierte Klasse, die implementiert CosmosSerializer

Gibt zurück

Das CosmosClientBuilder-Objekt

Gilt für:

Weitere Informationen