Partager via


UniqueKey.Paths Propriété

Définition

Obtient les chemins d’accès, dont un ensemble doit être unique pour chaque document dans le service Azure Cosmos DB.

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

Valeur de propriété

Chemins d’accès pour appliquer l’unicité. Chaque chemin d’accès est un chemin d’accès racine de la propriété unique dans le document, par exemple « /name/first ».

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Exemples

uniqueKey.Paths = nouvelle chaîne de collection<> { « /name/first », « /name/last » };

S’applique à