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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET