CosmosDbContextOptionsBuilder.MaxTcpConnectionsPerEndpoint(Int32) Yöntem

Tanım

Her Cosmos DB arka ucuna açılabilecek en fazla TCP bağlantısı sayısını yapılandırılır. MaxRequestsPerTcpConnection ile birlikte, bu ayar aynı anda tek bir Cosmos DB arka ucuna (MaxRequestsPerTcpConnection x MaxTcpConnectionPerEndpoint) gönderilen istek sayısını sınırlar.

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

Parametreler

connectionLimit
Int32

Her Cosmos DB arka ucuna açılabilecek en fazla TCP bağlantısı sayısı.

Döndürülenler

Açıklamalar

Daha fazla bilgi ve örnek için bkz. DbContextOptions Kullanma ve EF Core ile Azure Cosmos DB'ye Erişme .

Şunlara uygulanır