Interface LoaderConfiguration

interface LoaderConfiguration {
    assortmentSplit?: AssortmentSplit;
    conditionalColumns?: ColumnDefinition[];
    createdById?: string;
    createdOn?: Date;
    federatedMappings?: any;
    id?: string;
    ignoreParameters?: IgnoreParameters;
    loadType: LoadType[];
    loaderConfigurationId?: string;
    messageGroupId?: string;
    name?: string;
    orgId?: string;
    orgSlug?: string;
    propertiesToRemove?: string[];
    readUpdatedOn?: Date;
    shouldSkipAssortmentPublish?: boolean;
    skipStaleUpdatesUsing?: string;
    updatedById?: string;
    updatedOn?: Date;
    workspaceIdentifier?: string;
}

Hierarchy (view full)

Properties

assortmentSplit?: AssortmentSplit
conditionalColumns?: ColumnDefinition[]
createdById?: string
createdOn?: Date
federatedMappings?: any
id?: string
ignoreParameters?: IgnoreParameters
loadType: LoadType[]
loaderConfigurationId?: string
messageGroupId?: string
name?: string
orgId?: string
orgSlug?: string
propertiesToRemove?: string[]
readUpdatedOn?: Date
shouldSkipAssortmentPublish?: boolean
skipStaleUpdatesUsing?: string
updatedById?: string
updatedOn?: Date
workspaceIdentifier?: string

Generated using TypeDoc