Share via


CosmosClientBuilder.WithConsistencyLevel(ConsistencyLevel) Method

Definition

This can be used to weaken the database account consistency level for read operations. If this is not set the database account consistency level will be used for all requests.

public Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConsistencyLevel (Microsoft.Azure.Cosmos.ConsistencyLevel consistencyLevel);
member this.WithConsistencyLevel : Microsoft.Azure.Cosmos.ConsistencyLevel -> Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder
Public Function WithConsistencyLevel (consistencyLevel As ConsistencyLevel) As CosmosClientBuilder

Parameters

consistencyLevel
ConsistencyLevel

The desired consistency level for the client.

Returns

The current CosmosClientBuilder.

Applies to