Package version:

Interface StagingSettings

Staging settings.

interface StagingSettings {
    enableCompression?: any;
    linkedServiceName: LinkedServiceReference;
    path?: any;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

enableCompression?: any

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

linkedServiceName: LinkedServiceReference

Staging linked service reference.

path?: any

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