PartitionKeyRange.Parents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains ids or parent ranges in the Azure Cosmos DB service. For example if range with id '1' splits into '2' and '3', then Parents for ranges '2' and '3' will be ['1']. If range '3' splits into '4' and '5', then parents for ranges '4' and '5' will be ['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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET