BoundingBoxSpec クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure Cosmos DB サービスの geometry 空間パスの境界ボックスを表します
public sealed class BoundingBoxSpec : Microsoft.Azure.Documents.JsonSerializable
type BoundingBoxSpec = class
inherit JsonSerializable
Public NotInheritable Class BoundingBoxSpec
Inherits JsonSerializable
- 継承
- 実装
例
{ "id": "DocumentCollection Id", "indexingPolicy":{ "spatialIndexes": [{
"path":"/'region'/?", "types":["Polygon"], "boundingBox": { "xmin":0, "ymin":0, "xmax":10, "ymax":10 }} }, "geospatialConfig": { "type": "Geometry" } } }
コンストラクター
BoundingBoxSpec() |
Azure Cosmos DB サービスの geometry 空間パスの境界ボックスを表します |
プロパティ
Xmax |
境界ボックスの右上隅の x 座標を取得します。 |
Xmin |
境界ボックスの左下隅の x 座標を取得します。 |
Ymax |
境界ボックスの右上隅の y 座標を取得します。 |
Ymin |
境界ボックスの左下隅の y 座標を取得します。 |
メソッド
Clone() |
Azure Cosmos DB サービスの geometry 空間パスの境界ボックスを表します |
LoadFrom(JsonReader) |
Azure Cosmos DB サービスで、指定した JSON リーダーから オブジェクトを読み込みます。 (継承元 JsonSerializable) |
LoadFrom(JsonReader, JsonSerializerSettings) |
Azure Cosmos DB サービスで、指定した JSON リーダーから オブジェクトを読み込みます。 (継承元 JsonSerializable) |
SaveTo(Stream, SerializationFormattingPolicy) |
オブジェクトを Azure Cosmos DB サービスの指定されたストリームに保存します。 (継承元 JsonSerializable) |
SaveTo(Stream, SerializationFormattingPolicy, JsonSerializerSettings) |
オブジェクトを Azure Cosmos DB サービスの指定されたストリームに保存します。 (継承元 JsonSerializable) |
ToString() |
Azure Cosmos DB サービス内の オブジェクトの文字列表現を返します。 (継承元 JsonSerializable) |
適用対象
Azure SDK for .NET