Partilhar via


Index.Kind Propriedade

Definição

Obtém ou define o tipo de indexação a ser aplicada no serviço do 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 da propriedade

Um dos valores da enumeração IndexKind.

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a