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

Name Description
CosmosDBIndexKind(String)

Initializes a new instance of CosmosDBIndexKind.

Properties

Name Description
Hash

Hash.

Range

Range.

Spatial

Spatial.

Methods

Name Description
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

Name Description
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