DocumentCollection.DocumentsLink プロパティ

定義

Azure Cosmos DB サービスからコレクション内のドキュメントのセルフリンクを取得します。

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

プロパティ値

コレクション内のドキュメントの自己リンク。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象