Interface ISfdmuRunCustomAddonScript

Provides an access to the currently running export.json script.

See

Full export.json format for the detailed information about the fields.

Export

Interface

ISfdmuRunCustomAddonScript

Hierarchy

  • ISfdmuRunCustomAddonScript

Properties

allOrNone?: boolean
allowFieldTruncation?: boolean
alwaysUseRestApiToUpdateRecords?: boolean
apiVersion?: string
binaryDataCache?: DATA_CACHE_TYPES
bulkApiV1BatchSize?: number
bulkApiVersion?: string
bulkThreshold?: number
concurrencyMode?: "Serial" | "Parallel"
createTargetCSVFiles?: boolean
excludeIdsFromCSVFiles?: boolean
importCSVFilesAsIs?: boolean
keepObjectOrderWhileExecute?: boolean
parallelBinaryDownloads?: number
parallelBulkJobs?: number
parallelRestJobs?: number
pollingIntervalMs?: number
pollingQueryTimeoutMs?: number
promptOnIssuesInCSVFiles?: boolean
promptOnMissingParentObjects?: boolean
proxyUrl?: string
queryBulkApiThreshold?: number
restApiBatchSize?: number
simulationMode?: boolean
sourceRecordsCache?: DATA_CACHE_TYPES
validateCSVFilesOnly?: boolean

Generated using TypeDoc  |  SFDMU Help Center  |  View on Github