Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ConnectionPolicy.MaxConnectionLimit Property

Definition

Namespace:
Microsoft.Azure.Documents.Client
Assemblies:
Microsoft.Azure.DocumentDB.Core.dll, Microsoft.Azure.Documents.Client.dll
Packages:
Microsoft.Azure.DocumentDB v2.18.0, Microsoft.Azure.DocumentDB.Core v2.18.0

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the maximum number of concurrent connections allowed for the target service endpoint in the Azure Cosmos DB service.

public int MaxConnectionLimit { get; set; }
member this.MaxConnectionLimit : int with get, set
Public Property MaxConnectionLimit As Integer

Property Value

Default value is 50.

Remarks

This setting is only applicable in Gateway mode.

Applies to


Feedback

Was this page helpful?