Database.UsersLink Property

Definition

Gets the self-link for users from the Azure Cosmos DB service.

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

Property Value

The self-link for users in the database.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Every Azure Cosmos DB resource has a static, immutable, addressable URI. For users, this takes the form of; /dbs/db_rid/users/ where db_rid represents the value of the database's resource id. A resource id is not the id given to a database on creation, but an internally generated immutable id.

Applies to