StagingSettingsResponse

data class StagingSettingsResponse(val enableCompression: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse, val path: Any? = null)

Staging settings.

Constructors

Link copied to clipboard
constructor(enableCompression: Any? = null, linkedServiceName: LinkedServiceReferenceResponse, path: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enableCompression: Any? = null

Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

Staging linked service reference.

Link copied to clipboard
val path: Any? = null

The path to storage for storing the interim data. Type: string (or Expression with resultType string).