Class ConnectionPoolCreatedEvent

An event published when a connection pool is created创建连接池时发布的事件

Hierarchy

Properties

Properties

address: string

The address (host/port pair) of the pool池的地址(主机/端口对)

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

The options used to create this connection pool用于创建此连接池的选项

time: Date

A timestamp when the event was created创建事件时的时间戳

Generated using TypeDoc