Partilhar via


PartitionKeyDefinition.Paths Propriedade

Definição

Obtém ou define os caminhos a serem particionados no serviço do 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 da propriedade

O caminho a ser particionado.

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a