MongoDBShardKeyOrder Struct

Definition

The field ordering.

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

Constructors

MongoDBShardKeyOrder(String)

Initializes a new instance of MongoDBShardKeyOrder.

Properties

Forward

Forward.

Hashed

Hashed.

Reverse

Reverse.

Methods

Equals(MongoDBShardKeyOrder)

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

Determines if two MongoDBShardKeyOrder values are the same.

Implicit(String to MongoDBShardKeyOrder)

Converts a string to a MongoDBShardKeyOrder.

Inequality(MongoDBShardKeyOrder, MongoDBShardKeyOrder)

Determines if two MongoDBShardKeyOrder values are not the same.

Applies to