DatasetIteratorOptions
Hierarchy
- Omit<DatasetDataOptions, offset | limit | clean | skipHidden | skipEmpty>
- DatasetIteratorOptions
Index
Properties
optionalinheriteddesc
optionalinheritedfields
An array of field names that will be included in the result. If omitted, all fields are included in the results.
optionalinheritedunwind
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.