Scroll to navigation

MONGOC_CURSOR_GET_LIMIT(3) Library Functions Manual MONGOC_CURSOR_GET_LIMIT(3)

NAME

mongoc_cursor_get_limit() - Return the value set with mongoc_cursor_set_limit or mongoc_collection_find.

SYNOPSIS


int64_t mongoc_cursor_get_limit (mongoc_cursor_t *cursor);

PARAMETERS

cursor
A mongoc_cursor_t

DESCRIPTION

Return the value set with mongoc_cursor_set_limit or mongoc_collection_find

COLOPHON

This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 MongoDB C Driver