BoundingBoxSpec Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents bounding box for geometry spatial path in the Azure Cosmos DB service
public sealed class BoundingBoxSpec : Microsoft.Azure.Documents.JsonSerializable
type BoundingBoxSpec = class
inherit JsonSerializable
Public NotInheritable Class BoundingBoxSpec
Inherits JsonSerializable
- Inheritance
- Implements
{
"id": "DocumentCollection Id",
"indexingPolicy":{
"spatialIndexes":
[{
"path":"/'region'/?",
"types":["Polygon"],
"boundingBox":
{
"xmin":0,
"ymin":0,
"xmax":10,
"ymax":10
}
}]
},
"geospatialConfig":
{
"type": "Geometry"
}
}
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. |
Clone() | |
Load |
Loads the object from the specified JSON reader in the Azure Cosmos DB service. (Inherited from JsonSerializable) |
Load |
Loads the object from the specified JSON reader in the Azure Cosmos DB service. (Inherited from JsonSerializable) |
Save |
Saves the object to the specified stream in the Azure Cosmos DB service. (Inherited from JsonSerializable) |
Save |
Saves the object to the specified stream in the Azure Cosmos DB service. (Inherited from JsonSerializable) |
To |
Returns the string representation of the object in the Azure Cosmos DB service. (Inherited from JsonSerializable) |
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: