MongoDB\Driver\Monitoring\CommandStartedEvent::getServiceId

(mongodb >=1.11.0)

MongoDB\Driver\Monitoring\CommandStartedEvent::getServiceId返回命令的负载均衡器服务 ID

描述

final public MongoDB\Driver\Monitoring\CommandStartedEvent::getServiceId(): ?MongoDB\BSON\ObjectId

当驱动程序通过负载均衡器连接到 MongoDB 集群时,服务 ID 对应于 hello 命令响应中的 serviceId 字段。

参数

此函数没有参数。

返回值

返回负载均衡器服务 ID,或者如果驱动程序未连接到负载均衡器,则返回 null

错误/异常

添加注释

用户贡献注释

此页面没有用户贡献的注释。
To Top