Show / Hide Table of Contents

Class AzureBlobDataset

The Azure Blob storage.

Inheritance
System.Object
Dataset
AzureBlobDataset
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.AzureBlobDataset/AzureBlobDatasetConverter))]
public class AzureBlobDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset

Constructors

AzureBlobDataset(LinkedServiceReference)

Initializes a new instance of AzureBlobDataset.

Declaration
public AzureBlobDataset (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 Blob. Type: string (or Expression with resultType string).

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

FolderPath

The path of the Azure Blob storage. Type: string (or Expression with resultType string).

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

Format

The format of the Azure Blob 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

ModifiedDatetimeEnd

The end of Azure Blob's modified datetime. Type: string (or Expression with resultType string).

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

ModifiedDatetimeStart

The start of Azure Blob's modified datetime. Type: string (or Expression with resultType string).

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

TableRootLocation

The root of blob path. Type: string (or Expression with resultType string).

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

Back to top Azure SDK for .NET