Skip to main content

Staging Settings

The staging settings to use when enabling Staging for the Copy Activity. Use @@this to automatically use the Linked Service associated with the PolyBase Landing connection.

The value is emitted as the Copy Activity's <StagingSettings ... /> node when Enable Staging is on, with @@this replaced by the staging connection's Linked Service name. The OverrideAdfStagingSettings extension point replaces the generated node entirely when provided.

When to Change This Setting

Keep the default and let @@this resolve the Linked Service. Change the Path when staged data should land in a different folder, or set EnableCompression="true" to compress the staged data.

SettingInteraction
Enable StagingMust be enabled for these settings to be emitted
Copy MethodPolyBase is the copy method staging is designed to support

Notes

  • This setting is part of the Azure Copy settings category.
  • The default value for this setting is LinkedServiceName="@@this" EnableCompression="false" Path="staging".