Share via


Indexes.DataType Property

Definition

Gets or sets the datatype for which the indexing behavior is applied to. Possible values include: 'String', 'Number', 'Point', 'Polygon', 'LineString', 'MultiPolygon'

[Newtonsoft.Json.JsonProperty(PropertyName="dataType")]
public Microsoft.Azure.Management.CosmosDB.Fluent.Models.DataType DataType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataType")>]
member this.DataType : Microsoft.Azure.Management.CosmosDB.Fluent.Models.DataType with get, set
Public Property DataType As DataType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to