CosmosExecutorConfiguration.MaxConnectionLimit プロパティ

定義

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

public int MaxConnectionLimit { get; set; }
public int? MaxConnectionLimit { get; set; }
member this.MaxConnectionLimit : int with get, set
member this.MaxConnectionLimit : Nullable<int> with get, set
Public Property MaxConnectionLimit As Integer
Public Property MaxConnectionLimit As Nullable(Of Integer)

プロパティ値

既定値は 50 です。

注釈

この設定は、ゲートウェイ モードでのみ適用できます。

適用対象