共用方式為


AmazonS3Dataset interface

單一 Amazon Simple Storage Service (S3) 物件或一組 S3 物件。

Extends

屬性

bucketName

Amazon S3 貯體的名稱。 Type:string (或 expression with resultType string) 。

compression

用於 Amazon S3 物件的數據壓縮方法。

format

檔案格式。

key

Amazon S3 物件的索引鍵。 Type:string (或 expression with resultType string) 。

modifiedDatetimeEnd

S3 物件的修改日期時間結束。 Type:string (或 expression with resultType string) 。

modifiedDatetimeStart

S3 物件的修改日期時間的開頭。 Type:string (或 expression with resultType string) 。

prefix

S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。

type

多型歧視性,指定這個物件可以是的不同類型

version

S3 物件的版本。 Type:string (或 expression with resultType string) 。

繼承的屬性

annotations

可用於描述數據集的標記清單。

description

數據集描述。

folder

此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。

linkedServiceName

鏈接的服務參考。

parameters

數據集的參數。

schema

定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。

structure

定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。

屬性詳細資料

bucketName

Amazon S3 貯體的名稱。 Type:string (或 expression with resultType string) 。

bucketName: any

屬性值

any

compression

用於 Amazon S3 物件的數據壓縮方法。

compression?: DatasetCompression

屬性值

format

檔案格式。

format?: DatasetStorageFormatUnion

屬性值

key

Amazon S3 物件的索引鍵。 Type:string (或 expression with resultType string) 。

key?: any

屬性值

any

modifiedDatetimeEnd

S3 物件的修改日期時間結束。 Type:string (或 expression with resultType string) 。

modifiedDatetimeEnd?: any

屬性值

any

modifiedDatetimeStart

S3 物件的修改日期時間的開頭。 Type:string (或 expression with resultType string) 。

modifiedDatetimeStart?: any

屬性值

any

prefix

S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。

prefix?: any

屬性值

any

type

多型歧視性,指定這個物件可以是的不同類型

type: "AmazonS3Object"

屬性值

"AmazonS3Object"

version

S3 物件的版本。 Type:string (或 expression with resultType string) 。

version?: any

屬性值

any

繼承的屬性詳細資料

annotations

可用於描述數據集的標記清單。

annotations?: any[]

屬性值

any[]

繼承自Dataset.annotations

description

數據集描述。

description?: string

屬性值

string

繼承自Dataset.description

folder

此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。

folder?: DatasetFolder

屬性值

繼承自Dataset.folder

linkedServiceName

鏈接的服務參考。

linkedServiceName: LinkedServiceReference

屬性值

繼承自Dataset.linkedServiceName

parameters

數據集的參數。

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

屬性值

{[propertyName: string]: ParameterSpecification}

繼承自Dataset.parameters

schema

定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。

schema?: any

屬性值

any

繼承自Dataset.schema

structure

定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。

structure?: any

屬性值

any

繼承自Dataset.structure