Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StagingSettings

Package version

Staging settings.

Hierarchy

  • StagingSettings

Indexable

[property: string]: any

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

Index

Properties

Optional enableCompression

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

linkedServiceName: LinkedServiceReference

Staging linked service reference.

Optional path

path: any

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

Generated using TypeDoc