AzureDataLakeStoreWriteSettings 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.
Azure data lake store write settings.
public class AzureDataLakeStoreWriteSettings : Microsoft.Azure.Management.DataFactory.Models.StoreWriteSettings
type AzureDataLakeStoreWriteSettings = class
inherit StoreWriteSettings
Public Class AzureDataLakeStoreWriteSettings
Inherits StoreWriteSettings
- Inheritance
Constructors
AzureDataLakeStoreWriteSettings() |
Initializes a new instance of the AzureDataLakeStoreWriteSettings class. |
AzureDataLakeStoreWriteSettings(IDictionary<String,Object>, Object, Object, Object, Object) |
Initializes a new instance of the AzureDataLakeStoreWriteSettings class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from StoreWriteSettings) |
CopyBehavior |
Gets or sets the type of copy behavior for copy sink. (Inherited from StoreWriteSettings) |
DisableMetricsCollection |
Gets or sets if true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). (Inherited from StoreWriteSettings) |
ExpiryDateTime |
Gets or sets specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: integer (or Expression with resultType integer). |
MaxConcurrentConnections |
Gets or sets the maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). (Inherited from StoreWriteSettings) |
Applies to
Azure SDK for .NET