Compartilhar via


CosmosDBSpatialType Estrutura

Definição

Indica o tipo espacial de índice.

public readonly struct CosmosDBSpatialType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBSpatialType>
type CosmosDBSpatialType = struct
Public Structure CosmosDBSpatialType
Implements IEquatable(Of CosmosDBSpatialType)
Herança
CosmosDBSpatialType
Implementações

Construtores

CosmosDBSpatialType(String)

Inicializa uma nova instância de CosmosDBSpatialType.

Propriedades

LineString

Linestring.

MultiPolygon

Multipolygon.

Point

Ponto.

Polygon

Polígono.

Métodos

Equals(CosmosDBSpatialType)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(CosmosDBSpatialType, CosmosDBSpatialType)

Determina se dois CosmosDBSpatialType valores são os mesmos.

Implicit(String to CosmosDBSpatialType)

Converte uma cadeia de caracteres em um CosmosDBSpatialType.

Inequality(CosmosDBSpatialType, CosmosDBSpatialType)

Determina se dois CosmosDBSpatialType valores não são os mesmos.

Aplica-se a