Show / Hide Table of Contents

Class AzureBlobFSDataset

The Azure Data Lake Storage Gen2 storage.

Inheritance
System.Object
Dataset
AzureBlobFSDataset
Inherited Members
Dataset.AdditionalProperties
Dataset.Annotations
Dataset.Description
Dataset.Folder
Dataset.LinkedServiceName
Dataset.Parameters
Dataset.Schema
Dataset.Structure
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureBlobFSDataset/AzureBlobFSDatasetConverter))]
public class AzureBlobFSDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset

Constructors

AzureBlobFSDataset(LinkedServiceReference)

Initializes a new instance of AzureBlobFSDataset.

Declaration
public AzureBlobFSDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
Parameters
LinkedServiceReference linkedServiceName

Linked service reference.

Exceptions
System.ArgumentNullException

linkedServiceName is null.

Properties

Compression

The data compression method used for the blob storage.

Declaration
public Azure.Analytics.Synapse.Artifacts.Models.DatasetCompression Compression { get; set; }
Property Value
DatasetCompression

FileName

The name of the Azure Data Lake Storage Gen2. Type: string (or Expression with resultType string).

Declaration
public object FileName { get; set; }
Property Value
System.Object

FolderPath

The path of the Azure Data Lake Storage Gen2 storage. Type: string (or Expression with resultType string).

Declaration
public object FolderPath { get; set; }
Property Value
System.Object

Format

The format of the Azure Data Lake Storage Gen2 storage. 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

Back to top Azure SDK for .NET