AzureDataLakeStoreReadSettings 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 read settings.
public class AzureDataLakeStoreReadSettings : Microsoft.Azure.Management.DataFactory.Models.StoreReadSettings
type AzureDataLakeStoreReadSettings = class
inherit StoreReadSettings
Public Class AzureDataLakeStoreReadSettings
Inherits StoreReadSettings
- Inheritance
Constructors
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. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from StoreReadSettings) |
DeleteFilesAfterCompletion |
Gets or sets indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). |
DisableMetricsCollection |
Gets or sets if true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). (Inherited from StoreReadSettings) |
EnablePartitionDiscovery |
Gets or sets indicates whether to enable partition discovery. |
FileListPath |
Gets or sets 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 |
Gets or sets 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 |
Gets or sets 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). |
MaxConcurrentConnections |
Gets or sets the maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). (Inherited from StoreReadSettings) |
ModifiedDatetimeEnd |
Gets or sets the end of file's modified datetime. Type: string (or Expression with resultType string). |
ModifiedDatetimeStart |
Gets or sets the start of file's modified datetime. Type: string (or Expression with resultType string). |
PartitionRootPath |
Gets or sets specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). |
Recursive |
Gets or sets if true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean). |
WildcardFileName |
Gets or sets ADLS wildcardFileName. Type: string (or Expression with resultType string). |
WildcardFolderPath |
Gets or sets ADLS wildcardFolderPath. Type: string (or Expression with resultType string). |
Applies to
Azure SDK for .NET