Share via


TableClientConfiguration.UseRestExecutorForCosmosEndpoint Property

Definition

Specifies whether to use Rest Executor when connecting to Cosmos Table Service. When set to true, table operations will be executed by sending Http Rest requests. When set to false, table operations will be executed using a native Cosmos protocol. The default value is false. We recommend using Cosmos Executor by default for better performance and improved latency.Certain Cosmos DB specific features, such as Session Consistency, are only available well using the Cosmos Executor.

public bool UseRestExecutorForCosmosEndpoint { get; set; }
member this.UseRestExecutorForCosmosEndpoint : bool with get, set
Public Property UseRestExecutorForCosmosEndpoint As Boolean

Property Value

Applies to