SpatialSpec Class

Definition

Spatial index specification

public sealed class SpatialSpec : Microsoft.Azure.Documents.JsonSerializable
type SpatialSpec = class
    inherit JsonSerializable
Public NotInheritable Class SpatialSpec
Inherits JsonSerializable
Inheritance
SpatialSpec

Examples

"spatialIndexes": [ {
"path":"/'region'/?", "types":["Polygon"], "boundingBox": { "xmin":0, "ymin":0, "xmax":10, "ymax":10 } } ]

Constructors

SpatialSpec()

Properties

BoundingBox

Gets or sets the bounding box

Path

Path in JSON document to index

SpatialTypes

Path's spatial type

Methods

LoadFrom(JsonReader)

Loads the object from the specified JSON reader in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
LoadFrom(JsonReader, JsonSerializerSettings)

Loads the object from the specified JSON reader in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
SaveTo(Stream, SerializationFormattingPolicy)

Saves the object to the specified stream in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
SaveTo(Stream, SerializationFormattingPolicy, JsonSerializerSettings)

Saves the object to the specified stream in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
ToString()

Returns the string representation of the object in the Azure Cosmos DB service.

(Inherited from JsonSerializable)

Applies to