Database.UsersLink Property

Definition

Gets the self-link for users from the Azure DocumentDB database service.

[Newtonsoft.Json.JsonProperty(PropertyName="_users")]
public string UsersLink { get; }
Property Value

The self-link for users in the database.

Remarks

Every Azure DocumentDB 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.