Class ClusterIdentifier
- Namespace
- GroupeIsa.Neos.ClusterCommunication.Multitenant
- Assembly
- GroupeIsa.Neos.Shared.dll
Represents the cluster identifier.
public class ClusterIdentifier
- Inheritance
-
ClusterIdentifier
- Inherited Members
Constructors
ClusterIdentifier()
Initializes a new instance of the ClusterIdentifier class.
public ClusterIdentifier()
ClusterIdentifier(string, string)
Initializes a new instance of the ClusterIdentifier class.
[SetsRequiredMembers]
public ClusterIdentifier(string clusterName, string clusterVersion)
Parameters
Properties
ClusterName
Gets or sets the cluster name.
public required string ClusterName { get; set; }
Property Value
ClusterVersion
Gets or sets the cluster version.
public required string ClusterVersion { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current cluster identifier.
public override string ToString()
Returns
- string
A string representing the current cluster identifier.