* Get ReplicaSet status * * @param options - Optional settings for the command
(options?: CommandOperationOptions)
| 168 | * @param options - Optional settings for the command |
| 169 | */ |
| 170 | async replSetGetStatus(options?: CommandOperationOptions): Promise<Document> { |
| 171 | return await this.command({ replSetGetStatus: 1 }, options); |
| 172 | } |
| 173 | } |
no test coverage detected