DocumentCollection.DocumentsLink Property

Definition

Gets the self-link for documents in a collection from the Azure Cosmos DB service.

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

Property Value

The self-link for documents in a collection.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to