logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

uint32_t

Author

       MongoDB, Inc

Description

       Retrieve  the cursor's batch size, the maximum number of documents returned per round trip to the server.
       A batch size of zero means the cursor accepts the server's maximum batch size.

       See CursorBatches in the MongoDB Manual.

Parameters

cursor: A mongoc_cursor_t.

Synopsis

          uint32_t
          mongoc_cursor_get_batch_size (const mongoc_cursor_t *cursor);

See Also