Unsupported for RunCommandCursor: batchSize must be configured directly on command document
(_: number)
| 126 | |
| 127 | /** Unsupported for RunCommandCursor: batchSize must be configured directly on command document */ |
| 128 | public override batchSize(_: number): never { |
| 129 | throw new MongoAPIError( |
| 130 | 'batchSize must be configured on the command document directly, to configure getMore.batchSize use cursor.setBatchSize()' |
| 131 | ); |
| 132 | } |
| 133 | |
| 134 | /** @internal */ |
| 135 | private db: Db; |
no outgoing calls