Package version:

Interface AzureDataLakeStoreDataset

Azure Data Lake Store dataset.

interface AzureDataLakeStoreDataset {
    annotations?: any[];
    compression?: DatasetCompression;
    description?: string;
    fileName?: any;
    folder?: DatasetFolder;
    folderPath?: any;
    format?: DatasetStorageFormatUnion;
    linkedServiceName: LinkedServiceReference;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    schema?: any;
    structure?: any;
    type: "AzureDataLakeStoreFile";
}

Hierarchy (view full)

Properties

annotations?: any[]

List of tags that can be used for describing the Dataset.

compression?: DatasetCompression

The data compression method used for the item(s) in the Azure Data Lake Store.

description?: string

Dataset description.

fileName?: any

The name of the file in the Azure Data Lake Store. Type: string (or Expression with resultType string).

folder?: DatasetFolder

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

folderPath?: any

Path to the folder in the Azure Data Lake Store. Type: string (or Expression with resultType string).

The format of the Data Lake Store.

linkedServiceName: LinkedServiceReference

Linked service reference.

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for dataset.

schema?: any

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

structure?: any

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

type

Polymorphic discriminator, which specifies the different types this object can be