FtpReadSettings 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.
Ftp read settings.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.FtpReadSettings+FtpReadSettingsConverter))]
public class FtpReadSettings : Azure.Analytics.Synapse.Artifacts.Models.StoreReadSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.FtpReadSettings+FtpReadSettingsConverter))>]
type FtpReadSettings = class
inherit StoreReadSettings
Public Class FtpReadSettings
Inherits StoreReadSettings
- Inheritance
- Attributes
Constructors
FtpReadSettings() |
Initializes a new instance of FtpReadSettings. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from StoreReadSettings) |
DeleteFilesAfterCompletion |
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). |
DisableChunking |
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean). |
EnablePartitionDiscovery |
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). |
FileListPath |
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). |
MaxConcurrentConnections |
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). (Inherited from StoreReadSettings) |
PartitionRootPath |
Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). |
Recursive |
If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean). |
UseBinaryTransfer |
Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean). |
WildcardFileName |
Ftp wildcardFileName. Type: string (or Expression with resultType string). |
WildcardFolderPath |
Ftp wildcardFolderPath. Type: string (or Expression with resultType string). |
Applies to
Azure SDK for .NET