Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AmazonS3Dataset

Package version

A single Amazon Simple Storage Service (S3) object or a set of S3 objects.

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.

bucketName

bucketName: any

The name of the Amazon S3 bucket. Type: string (or Expression with resultType string).

Optional compression

compression: DatasetCompression

The data compression method used for the Amazon S3 object.

Optional description

description: undefined | string

Dataset description.

Optional folder

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

Optional format

The format of files.

Optional key

key: any

The key of the Amazon S3 object. Type: string (or Expression with resultType string).

linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

Optional modifiedDatetimeEnd

modifiedDatetimeEnd: any

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

Optional modifiedDatetimeStart

modifiedDatetimeStart: any

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

Optional parameters

parameters: undefined | {}

Parameters for dataset.

Optional prefix

prefix: any

The prefix filter for the S3 object name. Type: string (or Expression with resultType string).

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: "AmazonS3Object"

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

Optional version

version: any

The version for the S3 object. Type: string (or Expression with resultType string).

Generated using TypeDoc