共用方式為


MongoDBCollectionResource.Indexes Property

Definition

Gets or sets list of index keys

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to