interface ExportOptions {
    allow?: ExportFields[];
    block?: ExportFields[];
    values?: boolean;
}

Properties

Properties

allow?: ExportFields[]

limit the export byte size by specifying an allowlist

block?: ExportFields[]

limit the export byte size by specifying a block list

values?: boolean

If false, do not return timeline values (like child job response, proxy activity response, etc)

true