다음을 통해 공유


CosmosDbContextOptionsBuilder.MaxTcpConnectionsPerEndpoint(Int32) 메서드

정의

각 Cosmos DB 백 엔드에 열릴 수 있는 최대 TCP 연결 수를 구성합니다. MaxRequestsPerTcpConnection과 함께 이 설정은 단일 Cosmos DB 백 엔드(MaxRequestsPerTcpConnection x MaxTcpConnectionPerEndpoint)로 동시에 전송되는 요청 수를 제한합니다.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.CosmosDbContextOptionsBuilder MaxTcpConnectionsPerEndpoint (int connectionLimit);
abstract member MaxTcpConnectionsPerEndpoint : int -> Microsoft.EntityFrameworkCore.Infrastructure.CosmosDbContextOptionsBuilder
override this.MaxTcpConnectionsPerEndpoint : int -> Microsoft.EntityFrameworkCore.Infrastructure.CosmosDbContextOptionsBuilder
Public Overridable Function MaxTcpConnectionsPerEndpoint (connectionLimit As Integer) As CosmosDbContextOptionsBuilder

매개 변수

connectionLimit
Int32

각 Cosmos DB 백 엔드에 열릴 수 있는 최대 TCP 연결 수입니다.

반환

설명

자세한 내용 및 예제는 DbContextOptions 사용EF Core를 사용하여 Azure Cosmos DB 액세스를 참조하세요.

적용 대상