TableClientConfiguration.UseRestExecutorForCosmosEndpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET