UniqueKey.Paths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the paths, a set of which must be unique for each document in the Azure Cosmos DB service.
[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)
Property Value
The paths to enforce uniqueness on. Each path is a rooted path of the unique property in the document, such as "/name/first".
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Examples
uniqueKey.Paths = new Collection<string> { "/name/first", "/name/last" };
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET