StagingSettings Class

Staging settings.

All required parameters must be populated in order to send to Azure.

Inheritance
StagingSettings

Constructor

StagingSettings(*, linked_service_name: _models.LinkedServiceReference, additional_properties: Optional[Dict[str, Any]] = None, path: Optional[Any] = None, enable_compression: Optional[Any] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

linked_service_name
LinkedServiceReference

Required. Staging linked service reference.

path
any

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

enable_compression
any

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