共用方式為


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

CosmosDBDataType(String)

Initializes a new instance of CosmosDBDataType.

Properties

LineString

LineString.

MultiPolygon

MultiPolygon.

Number

Number.

Point

Point.

Polygon

Polygon.

String

String.

Methods

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

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