Table of Contents

Struct ClusterDescriptionChangedEvent

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

Occurs when a cluster has changed.

public struct ClusterDescriptionChangedEvent
Inherited Members

Constructors

ClusterDescriptionChangedEvent(ClusterDescription, ClusterDescription)

Initializes a new instance of the ClusterDescriptionChangedEvent struct.

Properties

ClusterId

Gets the cluster identifier.

NewDescription

Gets the new description.

OldDescription

Gets the old description.

Timestamp

Gets the timestamp.