CosmosDBDataType Struct

Definition

The datatype for which the indexing behavior is applied to.

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

Constructors

Name Description
CosmosDBDataType(String)

Initializes a new instance of CosmosDBDataType.

Properties

Name Description
LineString

LineString.

MultiPolygon

MultiPolygon.

Number

Number.

Point

Point.

Polygon

Polygon.

String

String.

Methods

Name Description
Equals(CosmosDBDataType)

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

Name Description
Equality(CosmosDBDataType, CosmosDBDataType)

Determines if two CosmosDBDataType values are the same.

Implicit(String to CosmosDBDataType)

Converts a String to a CosmosDBDataType.

Inequality(CosmosDBDataType, CosmosDBDataType)

Determines if two CosmosDBDataType values are not the same.

Applies to