interface LoaderProcess {
    assortmentItemDropField?: string;
    assortmentSplit?: AssortmentSplit;
    badRowsCount?: number;
    conditionalColumns?: ColumnDefinition[];
    createdBy?: any;
    createdById?: string;
    createdOn?: Date;
    endedOn?: Date;
    federatedMappings?: any;
    hasErrors?: boolean;
    id: string;
    ignoreParameters?: IgnoreParameters;
    isPartialFailure?: boolean;
    loadFileId: string;
    loadProcessResult?: LoadResult;
    loadProcessResultDownloadLink?: string;
    loadProcessResultFileId?: string;
    loadType: LoadType[];
    loaderConfigurationId?: string;
    logFileDownloadLink?: string;
    logLevel?: LogLevel;
    logsFileId?: string;
    messageGroupId?: string;
    name?: string;
    orgId?: string;
    orgSlug?: string;
    parallelWorkerCount?: number;
    partialAssortmentUpdate?: boolean;
    preprocessingStepResults?: PreprocessingStepStoredResultSummary[];
    processDurationSeconds?: number;
    processLogS3File?: string;
    processLogS3FileDownloadLink?: string;
    processLogs?: string;
    propertiesToRemove?: string[];
    readUpdatedOn?: Date;
    shouldSkipAssortmentPublish?: boolean;
    skipStaleUpdatesUsing?: string;
    status: LoadStatus;
    updatedBy?: any;
    updatedById?: string;
    updatedOn?: Date;
    uploadErrorCount?: number;
    workspaceIdentifier?: string;
}

Hierarchy (view full)

Properties

assortmentItemDropField?: string
assortmentSplit?: AssortmentSplit
badRowsCount?: number
conditionalColumns?: ColumnDefinition[]
createdBy?: any
createdById?: string
createdOn?: Date
endedOn?: Date
federatedMappings?: any
hasErrors?: boolean
id: string
ignoreParameters?: IgnoreParameters
isPartialFailure?: boolean
loadFileId: string
loadProcessResult?: LoadResult
loadProcessResultDownloadLink?: string
loadProcessResultFileId?: string
loadType: LoadType[]
loaderConfigurationId?: string
logFileDownloadLink?: string
logLevel?: LogLevel
logsFileId?: string
messageGroupId?: string
name?: string
orgId?: string
orgSlug?: string
parallelWorkerCount?: number
partialAssortmentUpdate?: boolean
preprocessingStepResults?: PreprocessingStepStoredResultSummary[]
processDurationSeconds?: number
processLogS3File?: string

Deprecated

Use logsFileId to store the file in the files service

processLogS3FileDownloadLink?: string

Deprecated

Use logsFileId to store the file in the files service

processLogs?: string

Deprecated

Use logsFileId to store the file in the files service

propertiesToRemove?: string[]
readUpdatedOn?: Date
shouldSkipAssortmentPublish?: boolean
skipStaleUpdatesUsing?: string
status: LoadStatus
updatedBy?: any
updatedById?: string
updatedOn?: Date
uploadErrorCount?: number
workspaceIdentifier?: string

Generated using TypeDoc