DatasetIteratorOptions
Hierarchy
- Omit<DatasetDataOptions, offset | limit | clean | skipHidden | skipEmpty>
- DatasetIteratorOptions
Index
Properties
optionaldesc
optionalfields
An array of field names that will be included in the result. If omitted, all fields are included in the results.
optionalunwind
Specifies a name of the field in the result objects that will be used to unwind the resulting objects. By default, the results are returned as they are.
If
true
then the objects are sorted bycreatedAt
in descending order. Otherwise they are sorted in ascending order.