DatasetClientDownloadItemsOptions
Hierarchy
- DatasetClientListItemOptions
- DatasetClientDownloadItemsOptions
Index
Properties
optionalattachment
optionalbom
optionalinheritedchunkSize
Maximum number of items returned in one API response. Relevant in the context of asyncIterator, the iterator will fetch results in chunks of this size from API and yield them one by one. It will stop fetching once the limit is reached or once all items from API have been fetched.
Chunk size is usually limited by API. Minimum of those two limits will be used.
Added in 2.21.0
optionalinheritedclean
optionaldelimiter
optionalinheriteddesc
optionalinheritedfields
optionalinheritedflatten
Added in 2.6.1
optionalinheritedlimit
Maximum number of entries requested.
optionalinheritedoffset
Position of the first returned entry.
optionalinheritedomit
optionalinheritedsignature
Added in 2.13.0
optionalinheritedskipEmpty
optionalskipHeaderRow
optionalinheritedskipHidden
optionalinheritedunwind
optionalinheritedview
Added in 2.2.0
Options for downloading dataset items in a specific format.
Extends DatasetClientListItemOptions with format-specific options.