* Retrieve the server build information * * @param options - Optional settings for the command
(options?: CommandOperationOptions)
| 100 | * @param options - Optional settings for the command |
| 101 | */ |
| 102 | async serverInfo(options?: CommandOperationOptions): Promise<Document> { |
| 103 | return await this.command({ buildinfo: 1 }, options); |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Retrieve this db's server status. |
no test coverage detected