PartitionKeyDefinition.Paths Propiedad

Definición

Obtiene o establece las rutas de acceso que se van a particionar en el servicio Azure Cosmos DB.

[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)

Valor de propiedad

Ruta de acceso que se va a particionar.

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a