The interface for oj.FetchByOffsetParameters
Fields
-
(nullable) attributes :Array<string | FetchAttribute>
-
attributes to include in the result. If specified, then at least these set of attributes will be included in each row results. If not specified then the default attributes will be included.
- Since:
- 6.1.0
-
(nullable) filterCriterion :DataFilter.Filter<D>
-
Optional filter criterion to apply. The filter criterion would be composed of a supported Filter such as a AttributeFilter or a CompoundFilter.
- Since:
- 4.1.0
- Inherited From:
-
offset :number
-
The offset used for the fetch call.
- Since:
- 4.1.0
-
size :number
-
Optional number of rows to fetch starting from offset. If fewer than that number of rows exist, the fetch will succeed but be truncated.
- Since:
- 4.1.0
- Inherited From:
-
(nullable) sortCriteria :Array<SortCriterion<D>>
-
Optional sort criteria to apply.
- Since:
- 4.1.0
- Inherited From: