IncludedPath.Indexes
Property
Definition
Gets or sets the collection of Index objects to be applied for this included path in the Azure DocumentDB database service.
[Newtonsoft.Json.JsonProperty(PropertyName="indexes")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.Index> Indexes { get; set; }
Property Value
The collection of the Index objects to be applied for this included path.