Freigeben über


Index.Spatial(DataType) Methode

Definition

Gibt einen instance der SpatialIndex -Klasse mit angegebenem DataType für den Azure Cosmos DB-Dienst zurück.

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

Parameter

dataType
DataType

Gibt den Zieldatentyp für die Indexpfadspezifikation an.

Gibt zurück

Ein instance vom SpatialIndex Typ.

Beispiele

Hier sehen Sie ein Beispiel zum Erstellen von SpatialIndex instance Übergeben des Datentyps:

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

Gilt für:

Weitere Informationen