Share via


CosmosDBSpatialType Struct

Definition

Indicates the spatial type of index.

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

Constructors

CosmosDBSpatialType(String)

Initializes a new instance of CosmosDBSpatialType.

Properties

LineString

LineString.

MultiPolygon

MultiPolygon.

Point

Point.

Polygon

Polygon.

Methods

Equals(CosmosDBSpatialType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(CosmosDBSpatialType, CosmosDBSpatialType)

Determines if two CosmosDBSpatialType values are the same.

Implicit(String to CosmosDBSpatialType)

Converts a string to a CosmosDBSpatialType.

Inequality(CosmosDBSpatialType, CosmosDBSpatialType)

Determines if two CosmosDBSpatialType values are not the same.

Applies to