次の方法で共有


CosmosClientOptions.MaxTcpConnectionsPerEndpoint プロパティ

定義

(Direct/TCP)各 Cosmos DB バックエンドに対して開くことができる TCP 接続の最大数を制御します。 MaxRequestsPerTcpConnection と共に、この設定では、1 つの Cosmos DB バックエンドに同時に送信される要求の数を制限します (MaxRequestsPerTcpConnection x MaxTcpConnectionPerEndpoint)。

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

プロパティ値

既定値は 65,535 です。 値は 16 以上である必要があります。

適用対象