共用方式為


IndexingPolicy.CompositeIndexes Property

Definition

Gets or sets list of composite path list

[Newtonsoft.Json.JsonProperty(PropertyName="compositeIndexes")]
public System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CompositePath>> CompositeIndexes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="compositeIndexes")>]
member this.CompositeIndexes : System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CompositePath>> with get, set
Public Property CompositeIndexes As IList(Of IList(Of CompositePath))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to