StagingSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET