Partager via


Index.Kind Propriété

Définition

Obtient ou définit le type d’indexation à appliquer dans le service 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

Valeur de propriété

Une des valeurs de l'énumération IndexKind.

Attributs
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

S’applique à