AzureDataLakeStoreReadSettings Constructors
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.
Overloads
AzureDataLakeStoreReadSettings() |
Initializes a new instance of the AzureDataLakeStoreReadSettings class. |
AzureDataLakeStoreReadSettings(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Nullable<Boolean>, Object, Object, Object, Object) |
Initializes a new instance of the AzureDataLakeStoreReadSettings class. |
AzureDataLakeStoreReadSettings()
Initializes a new instance of the AzureDataLakeStoreReadSettings class.
public AzureDataLakeStoreReadSettings ();
Public Sub New ()
Applies to
AzureDataLakeStoreReadSettings(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Nullable<Boolean>, Object, Object, Object, Object)
Initializes a new instance of the AzureDataLakeStoreReadSettings class.
public AzureDataLakeStoreReadSettings (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object recursive = default, object wildcardFolderPath = default, object wildcardFileName = default, object fileListPath = default, object listAfter = default, object listBefore = default, bool? enablePartitionDiscovery = default, object partitionRootPath = default, object deleteFilesAfterCompletion = default, object modifiedDatetimeStart = default, object modifiedDatetimeEnd = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreReadSettings : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * obj * Nullable<bool> * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreReadSettings
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional recursive As Object = Nothing, Optional wildcardFolderPath As Object = Nothing, Optional wildcardFileName As Object = Nothing, Optional fileListPath As Object = Nothing, Optional listAfter As Object = Nothing, Optional listBefore As Object = Nothing, Optional enablePartitionDiscovery As Nullable(Of Boolean) = Nothing, Optional partitionRootPath As Object = Nothing, Optional deleteFilesAfterCompletion As Object = Nothing, Optional modifiedDatetimeStart As Object = Nothing, Optional modifiedDatetimeEnd As Object = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- maxConcurrentConnections
- Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- disableMetricsCollection
- Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- recursive
- Object
If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcardFolderPath
- Object
ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- wildcardFileName
- Object
ADLS wildcardFileName. Type: string (or Expression with resultType string).
- fileListPath
- Object
Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- listAfter
- Object
Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- listBefore
- Object
Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- partitionRootPath
- Object
Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- deleteFilesAfterCompletion
- Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- modifiedDatetimeStart
- Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
- modifiedDatetimeEnd
- Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
Applies to
Azure SDK for .NET