ExportDatasetConfiguration interface

This is on path to deprecation and will not be supported going forward.

Properties

columns

Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples).

dataVersion

The data version for the selected for the export. If not provided then the export will default to latest data version.

filters

Filters associated with the data sets.

Property Details

columns

Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples).

columns?: string[]

Property Value

string[]

dataVersion

The data version for the selected for the export. If not provided then the export will default to latest data version.

dataVersion?: string

Property Value

string

filters

Filters associated with the data sets.

filters?: FilterItems[]

Property Value