Construct a pagination object.
Optional
max: numberthe maximum number of results to return
Optional
offset: numberthe 0-based starting offset
Private
Readonly
#maxPrivate
Readonly
#offsetGet the maximum number of results to return.
the maximum number of results
Get the results starting offset.
The first available result starts at offset 0
. Note this is
a raw offset value, not a "page" offset.
the starting result offset
Copy constructor with a new offset
value.
the new offset to use
a new instance
Generated using TypeDoc
A pagination criteria object.