Class AzureDataLakeStoreDataset
Azure Data Lake Store dataset.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDataLakeStoreDataset/AzureDataLakeStoreDatasetConverter))]
public class AzureDataLakeStoreDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset
Constructors
AzureDataLakeStoreDataset(LinkedServiceReference)
Initializes a new instance of AzureDataLakeStoreDataset.
Declaration
public AzureDataLakeStoreDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
Parameters
|
LinkedServiceReference
linkedServiceName
Linked service reference. |
Exceptions
|
System.ArgumentNullException
|
Properties
Compression
The data compression method used for the item(s) in the Azure Data Lake Store.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.DatasetCompression Compression { get; set; }
Property Value
|
DatasetCompression
|
FileName
The name of the file in the Azure Data Lake Store. Type: string (or Expression with resultType string).
Declaration
public object FileName { get; set; }
Property Value
|
System.Object
|
FolderPath
Path to the folder in the Azure Data Lake Store. Type: string (or Expression with resultType string).
Declaration
public object FolderPath { get; set; }
Property Value
|
System.Object
|
Format
The format of the Data Lake Store. Please note DatasetStorageFormat is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AvroFormat, JsonFormat, OrcFormat, ParquetFormat and TextFormat.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.DatasetStorageFormat Format { get; set; }
Property Value
|
DatasetStorageFormat
|