你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
BoundingBoxProperties()

Properties

Name Description
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