Fields
-
(static) Scope :string
-
Scope enum
Scope supported
- Since:
- 9.0.0
Properties:
Name Type Default Description localstring local Local refers to the current fetched data. globalstring global Global is the entire data set -
(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
-
(nullable) scope :FetchByKeysParameters.Scope :('local'|'global')
-
Optional string describing local or global data set to fetch. Local refers to the current fetched data whereas global is the entire data set. The usage is primarily directed towards selection where a selection is on a different part of the data set than that of the local data set.
- Since:
- 7.0.0