StagingSettings interface
Staging settings.
Properties
enable |
Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean). |
linked |
Staging linked service reference. |
path | The path to storage for storing the interim data. Type: string (or Expression with resultType string). |
Property Details
enableCompression
Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
enableCompression?: any
Property Value
any
linkedServiceName
Staging linked service reference.
linkedServiceName: LinkedServiceReference
Property Value
path
The path to storage for storing the interim data. Type: string (or Expression with resultType string).
path?: any
Property Value
any