Table of Contents

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

clusterName string

The cluster name.

clusterVersion string

The cluster version.

Properties

ClusterName

Gets or sets the cluster name.

public required string ClusterName { get; set; }

Property Value

string

ClusterVersion

Gets or sets the cluster version.

public required string ClusterVersion { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current cluster identifier.

public override string ToString()

Returns

string

A string representing the current cluster identifier.