FileShareDataset Class

Definition

An on-premises file system.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("FileShare")]
public class FileShareDataset : Microsoft.Azure.Management.DataFactories.Models.DatasetTypeProperties
Inheritance
Attributes

Constructors

FileShareDataset()

Properties

Compression

The data compression method used on files.

FileFilter

Files sets filter by wildcard.

FileName

The name of the file.

FolderPath

The name of the file folder.

Format

The format of the file.

PartitionedBy

The partitions to be used by the path.

UseBinaryTransfer

Optional. Can only be used when accociated Linked Service is FtpServerLinkedService. If true, data representation during transmission from FTP server is in Binary mode. If false, data representation during transmission from FTP server is in ASCII mode. Default value is true.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)