次の方法で共有


TableClientConfiguration クラス

定義

に関連付けられている構成設定を CloudTableClient表します。

public class TableClientConfiguration
type TableClientConfiguration = class
Public Class TableClientConfiguration
継承
TableClientConfiguration

コンストラクター

TableClientConfiguration()

TableClientConfiguration クラスの新しいインスタンスを初期化します。

プロパティ

CosmosExecutorConfiguration

Azure Cosmos Table サービスに接続するために関連付 CloudTableClient けられている Azure Cosmos Table サービスに使用される構成設定。

RestExecutorConfiguration

Azure Storage テーブル サービスへの接続に関連付 CloudTableClient けられている Azure Storage Table Service に使用される構成設定。

UseRestExecutorForCosmosEndpoint

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

適用対象