DatabaseAccount.DatabasesLink Property

Definition

Gets the self-link for Databases in the databaseAccount from the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(PropertyName="_dbs")]
public string DatabasesLink { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="_dbs")>]
member this.DatabasesLink : string
Public ReadOnly Property DatabasesLink As String

Property Value

The self-link for Databases in the databaseAccount.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to