PartitionKeyRange.Parents Property

Definition

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