CassandraNodeState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET