Share via


NodeKind Struct

Definition

The kind of a node in the mongo cluster.

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

Constructors

NodeKind(String)

Initializes a new instance of NodeKind.

Properties

Shard

Shard.

Methods

Equals(NodeKind)

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

Determines if two NodeKind values are the same.

Implicit(String to NodeKind)

Converts a string to a NodeKind.

Inequality(NodeKind, NodeKind)

Determines if two NodeKind values are not the same.

Applies to