ServerHeartbeatSucceededEvent
public struct ServerHeartbeatSucceededEvent : MongoEvent, InitializableFromOpaquePointer
Published when the server monitor’s ismaster succeeds.
-
The type of this event.
Declaration
Swift
public static var eventType: MongoEventType { get }
-
The name this event will be posted under.
Declaration
Swift
public static var eventName: Notification.Name { get }
-
The execution time of the event, in microseconds.
Declaration
Swift
public let duration: Int64
-
The command reply.
Declaration
Swift
public let reply: Document
-
The connection ID (host/port pair) of the server.
Declaration
Swift
public let connectionId: ConnectionId