DataFlowStagingInfoResponse

data class DataFlowStagingInfoResponse(val folderPath: Any? = null, val linkedService: LinkedServiceReferenceResponse? = null)

Staging info for execute data flow activity.

Constructors

Link copied to clipboard
constructor(folderPath: Any? = null, linkedService: LinkedServiceReferenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val folderPath: Any? = null

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

Link copied to clipboard

Staging linked service reference.