* Retrieve the server build information * * @param options - Optional settings for the command
(options?: CommandOperationOptions)
| 91 | * @param options - Optional settings for the command |
| 92 | */ |
| 93 | async buildInfo(options?: CommandOperationOptions): Promise<Document> { |
| 94 | return await this.command({ buildinfo: 1 }, options); |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * Retrieve the server build information |
no test coverage detected