-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
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)
- is related to
-
PHPC-62 Implement Cursor class
- Closed