Table of Contents

Class SpatialSpec

Namespace
Microsoft.Azure.Documents
Assembly
Microsoft.Azure.Documents.Client.dll

Spatial index specification

public sealed class SpatialSpec : JsonSerializable
Inheritance
SpatialSpec
Inherited Members
Extension Methods

Constructors

SpatialSpec()

public SpatialSpec()

Properties

Path

Path in JSON document to index

public string Path { get; set; }

Property Value

string

SpatialTypes

Path's spatial type

public Collection<SpatialType> SpatialTypes { get; set; }

Property Value

Collection<SpatialType>