次の方法で共有


UniqueKeyPolicy.UniqueKeys プロパティ

定義

Azure Cosmos DB サービスのコレクション内のドキュメントの UniqueKey 一意性を保証する コレクションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="uniqueKeys")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.UniqueKey> UniqueKeys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="uniqueKeys")>]
member this.UniqueKeys : System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.UniqueKey> with get, set
Public Property UniqueKeys As Collection(Of UniqueKey)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象