etebase_fetch_options_set_limit method
Limit the amount of items returned
@param this_ the object handle @param limit the limit to set
Implementation
void etebase_fetch_options_set_limit(
ffi.Pointer<EtebaseFetchOptions> this_,
int limit,
) {
return _etebase_fetch_options_set_limit(
this_,
limit,
);
}