Sdílet prostřednictvím


StagingSettings interface

Staging settings.

Properties

enableCompression

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

linkedServiceName

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