IDocumentClient.ServiceEndpoint Property

Definition

Gets the endpoint Uri for the service endpoint from the Azure Cosmos DB service.

public Uri ServiceEndpoint { get; }
member this.ServiceEndpoint : Uri
Public ReadOnly Property ServiceEndpoint As Uri

Property Value

Uri

The Uri for the service endpoint.

Applies to

See also