Share via


CassandraNodeState Struct

Definition

The state of the node in Cassandra ring.

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

Constructors

CassandraNodeState(String)

Initializes a new instance of CassandraNodeState.

Properties

Joining

Joining.

Leaving

Leaving.

Moving

Moving.

Normal

Normal.

Stopped

Stopped.

Methods

Equals(CassandraNodeState)

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

Determines if two CassandraNodeState values are the same.

Implicit(String to CassandraNodeState)

Converts a string to a CassandraNodeState.

Inequality(CassandraNodeState, CassandraNodeState)

Determines if two CassandraNodeState values are not the same.

Applies to