Freigeben über


CosmosDBSpatialType Struktur

Definition

Gibt den räumlichen Indextyp an.

public readonly struct CosmosDBSpatialType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBSpatialType>
type CosmosDBSpatialType = struct
Public Structure CosmosDBSpatialType
Implements IEquatable(Of CosmosDBSpatialType)
Vererbung
CosmosDBSpatialType
Implementiert

Konstruktoren

CosmosDBSpatialType(String)

Initialisiert eine neue Instanz von CosmosDBSpatialType.

Eigenschaften

LineString

Linestring.

MultiPolygon

Multipolygon.

Point

Punkt.

Polygon

Polygon.

Methoden

Equals(CosmosDBSpatialType)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(CosmosDBSpatialType, CosmosDBSpatialType)

Bestimmt, ob zwei CosmosDBSpatialType Werte gleich sind.

Implicit(String to CosmosDBSpatialType)

Konvertiert eine Zeichenfolge in eine CosmosDBSpatialType.

Inequality(CosmosDBSpatialType, CosmosDBSpatialType)

Bestimmt, ob zwei CosmosDBSpatialType Werte nicht identisch sind.

Gilt für: