Bagikan melalui


StagingSettings Constructors

Definition

Overloads

StagingSettings()

Initializes a new instance of the StagingSettings class.

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

Initializes a new instance of the StagingSettings class.

StagingSettings()

Initializes a new instance of the StagingSettings class.

public StagingSettings ();
Public Sub New ()

Applies to

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

Initializes a new instance of the StagingSettings class.

public StagingSettings (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object path = default, object enableCompression = default);
new Microsoft.Azure.Management.DataFactory.Models.StagingSettings : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.StagingSettings
Public Sub New (linkedServiceName As LinkedServiceReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional path As Object = Nothing, Optional enableCompression As Object = Nothing)

Parameters

linkedServiceName
LinkedServiceReference

Staging linked service reference.

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

path
Object

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

enableCompression
Object

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

Applies to