IndexingPolicy.SpatialIndexes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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