Package version:

Avro dataset.

interface AvroDataset {
    annotations?: any[];
    avroCompressionCodec?: any;
    avroCompressionLevel?: number;
    description?: string;
    folder?: DatasetFolder;
    linkedServiceName: LinkedServiceReference;
    location?: DatasetLocationUnion;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    schema?: any;
    structure?: any;
    type: "Avro";
}

Hierarchy (view full)

Properties

annotations?: any[]

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

avroCompressionCodec?: any

The data avroCompressionCodec. Type: string (or Expression with resultType string).

avroCompressionLevel?: number
description?: string

Dataset description.

folder?: DatasetFolder

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

linkedServiceName: LinkedServiceReference

Linked service reference.

The location of the avro storage.

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