* Controls the `getMore.comment` field * @param comment - any BSON value
(comment: any)
| 74 | * @param comment - any BSON value |
| 75 | */ |
| 76 | public setComment(comment: any): this { |
| 77 | this.getMoreOptions.comment = comment; |
| 78 | return this; |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Controls the `getMore.maxTimeMS` field. Only valid when cursor is tailable await |
no outgoing calls
no test coverage detected