GeospatialConfig Class

Definition

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

public sealed class GeospatialConfig
type GeospatialConfig = class
Public NotInheritable Class GeospatialConfig
Inheritance
GeospatialConfig

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)

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

Properties

GeospatialType

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

Applies to