Index.Kind Property

Definition

Gets or sets the kind of indexing to be applied in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public Microsoft.Azure.Documents.IndexKind Kind { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : Microsoft.Azure.Documents.IndexKind
Public ReadOnly Property Kind As IndexKind

Property Value

One of the values of the IndexKind enumeration.

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to