共用方式為


UniqueKey.Paths Property

Definition

Gets or sets list of paths must be unique for each document in the Azure Cosmos DB service

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to