次の方法で共有


CosmosExecutorConfiguration クラス

定義

Azure Cosmos テーブル サービスへの接続に関連付けられている CloudTableClient Azure Cosmos Table サービスに使用される clientConfiguration を表します。

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

コンストラクター

CosmosExecutorConfiguration()

Azure Cosmos テーブル サービスへの接続に関連付けられている CloudTableClient Azure Cosmos Table サービスに使用される clientConfiguration を表します。

プロパティ

ConsistencyLevel

Cosmos Table Endpoint に対する の CloudTableClient 目的の整合性レベル。 これは、読み取り操作のデータベース アカウントの整合性レベルを弱めるために使用できます。 これが設定されていない場合、データベース アカウントの整合性レベルはすべての要求に使用されます。

CurrentRegion

現在の優先リージョンを設定する

MaxConnectionLimit

Azure Cosmos DB サービスのターゲット サービス エンドポイントに対して許可される同時接続の最大数を取得または設定します。

MaxRetryAttemptsOnThrottledRequests

Azure Cosmos DB サービスがクライアントにレート制限を適用したために要求が失敗した場合の最大再試行回数を取得または設定します。

MaxRetryWaitTimeOnThrottledRequests

Azure Cosmos DB サービスの最大再試行時間を秒単位で取得または設定します。

UseConnectionModeDirect

接続モードを Direct に設定します。 これは、Azure Cosmos DB サービスに接続するときにクライアントによって使用されます。

UserAgentSuffix

Azure Cosmos DB サービスの既定のユーザー エージェントに追加するサフィックス。

適用対象