PartitionKeyRange.Parents プロパティ

定義

Azure Cosmos DB サービスの ID または親範囲が含まれます。 たとえば、id '1' の範囲が '2' と '3' に分割されている場合、範囲 '2' と '3' の親は ['1'] になります。 範囲 '3' が '4' と '5' に分割されている場合、範囲 '4' と '5' の親は ['1'、'3'] になります。

[Newtonsoft.Json.JsonProperty(PropertyName="parents")]
public System.Collections.ObjectModel.Collection<string> Parents { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parents")>]
member this.Parents : System.Collections.ObjectModel.Collection<string> with get, set
Public Property Parents As Collection(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象