Details
-
New Feature
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
Description
Most (all?) drivers support a way to modify the batch_size of a cursor after its creation.
I propose to add two new functions:
uint32_t mongoc_cursor_get_batch_size (const mongoc_cursor_t *cursor)
|
and
void mongoc_cursor_set_batch_size (mongoc_cursor_t *cursor, uint32_t batch_size)
|
Attachments
Issue Links
- is related to
-
PHPC-62 Implement Cursor class
-
- Closed
-