IndexingPolicy.SpatialIndexes Property

Definition

Gets or sets the additonal spatial indexes

[Newtonsoft.Json.JsonProperty(PropertyName="spatialIndexes")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.SpatialSpec> SpatialIndexes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="spatialIndexes")>]
member this.SpatialIndexes : System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.SpatialSpec> with get, set
Public Property SpatialIndexes As Collection(Of SpatialSpec)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to