次の方法で共有


BoundingBoxSpec クラス

定義

Azure Cosmos DB サービスの geometry 空間パスの境界ボックスを表します

public sealed class BoundingBoxSpec : Microsoft.Azure.Documents.JsonSerializable
type BoundingBoxSpec = class
    inherit JsonSerializable
Public NotInheritable Class BoundingBoxSpec
Inherits JsonSerializable
継承
BoundingBoxSpec
実装

{ "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)

適用対象