CosmosDBSpatialType Structure
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.
Indique le type spatial d’index.
public readonly struct CosmosDBSpatialType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBSpatialType>
type CosmosDBSpatialType = struct
Public Structure CosmosDBSpatialType
Implements IEquatable(Of CosmosDBSpatialType)
- Héritage
-
CosmosDBSpatialType
- Implémente
Constructeurs
CosmosDBSpatialType(String) |
Initialise une nouvelle instance de CosmosDBSpatialType. |
Propriétés
LineString |
Linestring. |
MultiPolygon |
Multipolygon. |
Point |
Point. |
Polygon |
Polygone. |
Méthodes
Equals(CosmosDBSpatialType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(CosmosDBSpatialType, CosmosDBSpatialType) |
Détermine si deux CosmosDBSpatialType valeurs sont identiques. |
Implicit(String to CosmosDBSpatialType) |
Convertit une chaîne en CosmosDBSpatialType. |
Inequality(CosmosDBSpatialType, CosmosDBSpatialType) |
Détermine si deux CosmosDBSpatialType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET