offset method
Specifies the offset of the returned results.
This function returns a new (immutable) instance of the Query (rather than modify the existing instance) to impose the offset.
@param offset The offset to apply to the Query results. @return The created Query.
Implementation
external Query offset(int offset);