IncludedPath.Indexes Property

Definition

Gets or sets the collection of Index objects to be applied for this included path in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(PropertyName="indexes")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.Index> Indexes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="indexes")>]
member this.Indexes : System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.Index> with get, set
Public Property Indexes As Collection(Of Index)

Property Value

The collection of the Index objects to be applied for this included path.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to