offset property

void offset=(int offset)

Configure an offset for this query.

All methods that support offset will return/process Objects starting at this offset. Example use case: use together with limit to get a slice of the whole result, e.g. for "result paging".

Set offset=0 to reset to the default - starting from the first element.

Implementation

set offset(int offset) => checkObx(C.query_offset(_ptr, offset));