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

Index.Spatial(DataType) 方法

定义

返回具有 Azure Cosmos DB 服务的指定 DataType 的 类的实例 SpatialIndex

public static Microsoft.Azure.Documents.SpatialIndex Spatial (Microsoft.Azure.Documents.DataType dataType);
static member Spatial : Microsoft.Azure.Documents.DataType -> Microsoft.Azure.Documents.SpatialIndex
Public Shared Function Spatial (dataType As DataType) As SpatialIndex

参数

dataType
DataType

指定索引路径规范的目标数据类型。

返回

类型的实例 SpatialIndex

示例

下面是创建传入 DataType 的 SpatialIndex 实例的示例:

SpatialIndex spatialIndex = Index.Spatial(DataType.Point);

适用于

另请参阅