Index.Spatial(DataType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une instance de la SpatialIndex classe avec le DataType spécifié pour le service Azure Cosmos DB.
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
Paramètres
- dataType
- DataType
Spécifie le type de données cible pour la spécification du chemin d’index.
Retours
Instance de SpatialIndex type.
Exemples
Voici un exemple pour créer des instance SpatialIndex en passant dans le DataType :
SpatialIndex spatialIndex = Index.Spatial(DataType.Point);
S’applique à
Voir aussi
Azure SDK for .NET