* Retrieve this db's server status. * * @param options - Optional settings for the command
(options?: CommandOperationOptions)
| 109 | * @param options - Optional settings for the command |
| 110 | */ |
| 111 | async serverStatus(options?: CommandOperationOptions): Promise<Document> { |
| 112 | return await this.command({ serverStatus: 1 }, options); |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * Ping the MongoDB server and retrieve results |
no test coverage detected