次の方法で共有


IndexingPolicy.SpatialIndexes プロパティ

定義

追加空間インデックスを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="spatialIndexes")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.SpatialSpec> SpatialIndexes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="spatialIndexes")>]
member this.SpatialIndexes : System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.SpatialSpec> with get, set
Public Property SpatialIndexes As Collection(Of SpatialSpec)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象