Package version:

Interface DataFlowStagingInfo

Staging info for execute data flow activity.

interface DataFlowStagingInfo {
    folderPath?: any;
    linkedService?: LinkedServiceReference;
}

Properties

folderPath?: any

Folder path for staging blob. Type: string (or Expression with resultType string)

linkedService?: LinkedServiceReference

Staging linked service reference.