PartitionKeyDefinition.Paths Property

Definition

Gets or sets the paths to be partitioned in the Azure Cosmos DB service.

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

Property Value

The path to be partitioned.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to