Database.CollectionsLink Property

Definition

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

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

The self-link for collections in the database.

Remarks

Every Azure DocumentDB resource has a static, immutable, addressable URI. For collections, this takes the form of; /dbs/db_rid/colls/ 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.