SpatialIndex.DataType Propiedad

Definición

Obtiene o establece el tipo de datos para el que se debe aplicar este índice en el servicio Azure Cosmos DB.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="dataType")]
public Microsoft.Azure.Documents.DataType DataType { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="dataType")>]
member this.DataType : Microsoft.Azure.Documents.DataType with get, set
Public Property DataType As DataType

Valor de propiedad

Tipo de datos para el que se debe aplicar este índice.

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Consulte para http://azure.microsoft.com/documentation/articles/documentdb-indexing-policies/#ConfigPolicy ver intervalos de valores válidos.

Se aplica a