Skip to main content
Version: Next

DatasetClientDownloadItemsOptions

Options for downloading dataset items in a specific format.

Extends DatasetClientListItemOptions with format-specific options.

Hierarchy

Index

Properties

optionalattachment

attachment?: boolean

optionalbom

bom?: boolean

optionalinheritedchunkSize

chunkSize?: number

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.

optionalinheritedclean

clean?: boolean

optionaldelimiter

delimiter?: string

optionalinheriteddesc

desc?: boolean

optionalinheritedfields

fields?: string[]

optionalinheritedflatten

flatten?: string[]

optionalinheritedlimit

limit?: number

Maximum number of entries requested.

optionalinheritedoffset

offset?: number

Position of the first returned entry.

optionalinheritedomit

omit?: string[]

optionalinheritedsignature

signature?: string

optionalinheritedskipEmpty

skipEmpty?: boolean

optionalskipHeaderRow

skipHeaderRow?: boolean

optionalinheritedskipHidden

skipHidden?: boolean

optionalinheritedunwind

unwind?: string | string[]

optionalinheritedview

view?: string

optionalxmlRoot

xmlRoot?: string

optionalxmlRow

xmlRow?: string