GeospatialConfig Class

Definition

Represents geospatial configuration for a collection in the Azure Cosmos DB service

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

Examples

{ "id": "CollectionId", "indexingPolicy":..., "geospatialConfig": { "type": "Geography" } }

Constructors

GeospatialConfig()

Initializes a new instance of the GeospatialConfig class for the Azure Cosmos DB service.

GeospatialConfig(GeospatialType)

Properties

GeospatialType

Gets or sets the geospatial type (geography or geometry) in the Azure Cosmos DB service.

Methods

Clone()
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