Share via


Indexes.Kind Property

Definition

Gets or sets indicates the type of index. Possible values include: 'Hash', 'Range', 'Spatial'

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexKind Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexKind with get, set
Public Property Kind As IndexKind

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to