BoundingBoxProperties Class

Definition

Represents bounding box for geometry spatial path in the Azure Cosmos DB service

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

Examples

{ "id": "DocumentCollection Id", "indexingPolicy":{ "spatialIndexes": [{
"path":"/'region'/?", "types":["Polygon"], "boundingBox": { "xmin":0, "ymin":0, "xmax":10, "ymax":10 } }] }, "geospatialConfig": { "type": "Geometry" } }

Constructors

BoundingBoxProperties()

Properties

Xmax

Gets the x-coordinate of the upper-right corner of the bounding box.

Xmin

Gets the x-coordinate of the lower-left corner of the bounding box.

Ymax

Gets the y-coordinate of the upper-right corner of the bounding box.

Ymin

Gets the y-coordinate of the lower-left corner of the bounding box.

Applies to