StagingSettings Class

Staging settings.

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

Inheritance
StagingSettings

Constructor

StagingSettings(*, linked_service_name: azure.synapse.artifacts.models._models_py3.LinkedServiceReference, additional_properties: Optional[Dict[str, object]] = None, path: Optional[object] = None, enable_compression: Optional[object] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

linked_service_name
LinkedServiceReference
Required

Required. Staging linked service reference.

path
object
Required

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

enable_compression
object
Required

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