Class ConnectionPoolCreatedEvent

An event published when a connection pool is created

Hierarchy (view full)

Properties

Properties

address: string

The address (host/port pair) of the pool

options: Pick<ConnectionPoolOptions,
    | "maxConnecting"
    | "maxIdleTimeMS"
    | "maxPoolSize"
    | "minPoolSize"
    | "waitQueueTimeoutMS">

The options used to create this connection pool

time: Date

A timestamp when the event was created