DocumentsQuery.with_limits
Description:
[ CCode ( has_construct_function = false ) ]
public DocumentsQuery.with_limits (string? q, uint start_index, uint max_results)
public DocumentsQuery.with_limits (string? q, uint start_index, uint max_results)
Creates a new DocumentsQuery with its
q property set to q, and the limits start_index and
max_results applied.
Parameters:
| q |
a query string, or |
| start_index |
a one-based start index for the results, or |
| max_results |
the maximum number of results to return, or |
Returns:
|
a new DocumentsQuery |