MultiClusterConfiguration Class
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.
Multicluster configuration, as injected by user, and stored/transmitted in the multicluster network.
[System.Serializable]
public class MultiClusterConfiguration : IEquatable<Orleans.MultiCluster.MultiClusterConfiguration>
[<System.Serializable>]
type MultiClusterConfiguration = class
interface IEquatable<MultiClusterConfiguration>
Public Class MultiClusterConfiguration
Implements IEquatable(Of MultiClusterConfiguration)
- Inheritance
-
MultiClusterConfiguration
- Attributes
- Implements
Constructors
MultiClusterConfiguration(DateTime, IReadOnlyList<String>, String) |
Properties
AdminTimestamp |
The UTC timestamp of this configuration. New configurations are injected by administrator. Newer configurations automatically replace older ones in the multicluster network. |
Clusters |
List of clusters that are joined to the multicluster. |
Comment |
A comment included by the administrator. |
Methods
Equals(MultiClusterConfiguration) | |
Equals(Object) | |
GetHashCode() | |
OlderThan(MultiClusterConfiguration, MultiClusterConfiguration) | |
ToString() |