The interface for oj.FetchListParameters
Fields
-
(nullable) attributes :Array<string | FetchAttribute>
-
Optional attributes to include in the result. If specified, then at least these set of attributes must be included in each row in the data array in the FetchListResult. If not specified then the default attributes must 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
-
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
-
(nullable) sortCriteria :Array<SortCriterion<D>>
-
Optional sort criteria to apply.
- Since:
- 4.1.0