Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileShareDataset

Package version

An on-premises file system dataset.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

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

Optional compression

compression: DatasetCompression

The data compression method used for the file system.

Optional description

description: undefined | string

Dataset description.

Optional fileFilter

fileFilter: any

Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).

Optional fileName

fileName: any

The name of the on-premises file system. Type: string (or Expression with resultType string).

Optional folder

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

Optional folderPath

folderPath: any

The path of the on-premises file system. Type: string (or Expression with resultType string).

Optional format

The format of the files.

linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

Optional modifiedDatetimeEnd

modifiedDatetimeEnd: any

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

Optional modifiedDatetimeStart

modifiedDatetimeStart: any

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

Optional parameters

parameters: undefined | {}

Parameters for dataset.

Optional schema

schema: any

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

Optional structure

structure: any

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

type

type: "FileShare"

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

Generated using TypeDoc