次の方法で共有


UniqueKeyPolicy.UniqueKeys プロパティ

定義

Azure Cosmos DB サービス内のコレクション内のドキュメントに一意性制約を適用する の一意キーの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象