DocumentsQuery.with_limits


Description:

[ CCode ( has_construct_function = false ) ]
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 null

start_index

a one-based start index for the results, or 0

max_results

the maximum number of results to return, or 0

Returns:

a new DocumentsQuery