Partager via


CosmosDBSpatialType Structure

Définition

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 à