次の方法で共有


TableClientConfiguration.UseRestExecutorForCosmosEndpoint プロパティ

定義

Cosmos Table Service に接続するときに Rest Executor を使用するかどうかを指定します。 true に設定すると、Http Rest 要求を送信することでテーブル操作が実行されます。 false に設定すると、ネイティブ Cosmos プロトコルを使用してテーブル操作が実行されます。 既定値は false です。 パフォーマンスを向上させ、待機時間を短縮するために、Cosmos Executor を既定で使用することをお勧めします。セッションの整合性など、特定の Cosmos DB 固有の機能は、Cosmos Executor を使用してのみ使用できます。

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

プロパティ値

適用対象