Index.Kind Propiedad

Definición

Obtiene o establece el tipo de indexación que se va a aplicar en el servicio Azure Cosmos DB.

[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

Valor de propiedad

Uno de los valores de la enumeración IndexKind.

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a