Share via


IncludedPath.Indexes Property

Definition

Gets or sets list of indexes for this path

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to