Struct ClusterOpenedEvent
Occurs after a cluster is opened.
public struct ClusterOpenedEvent
- Inherited Members
Constructors
ClusterOpenedEvent(ClusterId, ClusterSettings, TimeSpan)
Initializes a new instance of the ClusterOpenedEvent struct.
public ClusterOpenedEvent(ClusterId clusterId, ClusterSettings clusterSettings, TimeSpan duration)
Parameters
clusterId
ClusterIdThe cluster identifier.
clusterSettings
ClusterSettingsThe cluster settings.
duration
TimeSpanThe duration of time it took to open the cluster.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
ClusterSettings
Gets the cluster settings.
public ClusterSettings ClusterSettings { get; }
Property Value
Duration
Gets the duration of time it took to open the cluster.
public TimeSpan Duration { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }