Table of Contents

Struct ClusterOpeningEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.dll

Occurs before a cluster is opened.

public struct ClusterOpeningEvent
Inherited Members

Constructors

ClusterOpeningEvent(ClusterId, ClusterSettings)

Initializes a new instance of the ClusterOpeningEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ClusterSettings

Gets the cluster settings.

Timestamp

Gets the timestamp.