The interface for oj.FetchByKeysParameters
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
-
keys :Set<K>
-
Keys for rows to fetch
- Since:
- 4.1.0
-
scope :"local"|"global"
-
Optional string describing local or global data set to fetch
- Since:
- 7.0.0