Share via


StagingSettings Class

Definition

Staging settings.

public class StagingSettings
type StagingSettings = class
Public Class StagingSettings
Inheritance
StagingSettings

Constructors

StagingSettings()

Initializes a new instance of the StagingSettings class.

StagingSettings(LinkedServiceReference, IDictionary<String,Object>, Object, Object)

Initializes a new instance of the StagingSettings class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

EnableCompression

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

LinkedServiceName

Gets or sets staging linked service reference.

Path

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

Methods

Validate()

Validate the object.

Applies to