Resource.ResourceId Property

Definition

Gets or sets the Resource Id associated with the resource in the Azure DocumentDB database service.

[Newtonsoft.Json.JsonProperty(PropertyName="_rid")]
public virtual string ResourceId { get; set; }
Property Value

The Resource Id associated with the resource.

Remarks

A Resource Id is the unique, immutable, identifier assigned to each DocumentDB resource whether that is a database, a collection or a document. These resource ids are used when building up SelfLinks, a static addressable Uri for each resource within a database account.