你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于