Class FileShareDataset
An on-premises file system dataset.
Inheritance
System.Object
FileShareDataset
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.FileShareDataset/FileShareDatasetConverter))]
public class FileShareDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset
Constructors
Declaration
public FileShareDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
Parameters
Exceptions
|
System.ArgumentNullException
linkedServiceName is null.
|
Properties
The data compression method used for the file system.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.DatasetCompression Compression { get; set; }
Property Value
Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
Declaration
public object FileFilter { get; set; }
Property Value
The name of the on-premises file system. Type: string (or Expression with resultType string).
Declaration
public object FileName { get; set; }
Property Value
The path of the on-premises file system. Type: string (or Expression with resultType string).
Declaration
public object FolderPath { get; set; }
Property Value
The end of file's modified datetime. Type: string (or Expression with resultType string).
Declaration
public object ModifiedDatetimeEnd { get; set; }
Property Value
The start of file's modified datetime. Type: string (or Expression with resultType string).
Declaration
public object ModifiedDatetimeStart { get; set; }
Property Value