Share via


CosmosDBIndexKind Struct

Definition

Indicates the type of index.

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

Constructors

CosmosDBIndexKind(String)

Initializes a new instance of CosmosDBIndexKind.

Properties

Hash

Hash.

Range

Range.

Spatial

Spatial.

Methods

Equals(CosmosDBIndexKind)

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(CosmosDBIndexKind, CosmosDBIndexKind)

Determines if two CosmosDBIndexKind values are the same.

Implicit(String to CosmosDBIndexKind)

Converts a string to a CosmosDBIndexKind.

Inequality(CosmosDBIndexKind, CosmosDBIndexKind)

Determines if two CosmosDBIndexKind values are not the same.

Applies to