你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AmazonS3Dataset interface

单个 Amazon Simple Storage Service (S3) 对象或一组 S3 对象。

扩展

属性

bucketName

Amazon S3 存储桶的名称。 类型:字符串(或带有 resultType 字符串的表达式)。

compression

用于 Amazon S3 对象的数据压缩方法。

format

文件格式。

key

Amazon S3 对象的键。 类型:字符串(或带有 resultType 字符串的表达式)。

modifiedDatetimeEnd

S3 对象的修改日期时间的结束。 类型:字符串(或带有 resultType 字符串的表达式)。

modifiedDatetimeStart

S3 对象的修改日期/时间的开始。 类型:字符串(或带有 resultType 字符串的表达式)。

prefix

S3 对象名称的前缀筛选器。 类型:字符串(或带有 resultType 字符串的表达式)。

type

多态鉴别器,它指定此对象可以的不同类型的

version

S3 对象的版本。 类型:字符串(或带有 resultType 字符串的表达式)。

继承属性

annotations

可用于描述数据集的标记列表。

description

数据集说明。

folder

此数据集所在的文件夹。 如果未指定,数据集将显示在根级别。

linkedServiceName

链接服务引用。

parameters

数据集的参数。

schema

定义数据集的物理类型架构的列。 类型:数组(或带有 resultType 数组的表达式),itemType:DatasetSchemaDataElement。

structure

定义数据集结构的列。 类型:array(或包含 resultType 数组的表达式),itemType:DatasetDataElement。

属性详细信息

bucketName

Amazon S3 存储桶的名称。 类型:字符串(或带有 resultType 字符串的表达式)。

bucketName: any

属性值

any

compression

用于 Amazon S3 对象的数据压缩方法。

compression?: DatasetCompression

属性值

format

文件格式。

format?: DatasetStorageFormatUnion

属性值

key

Amazon S3 对象的键。 类型:字符串(或带有 resultType 字符串的表达式)。

key?: any

属性值

any

modifiedDatetimeEnd

S3 对象的修改日期时间的结束。 类型:字符串(或带有 resultType 字符串的表达式)。

modifiedDatetimeEnd?: any

属性值

any

modifiedDatetimeStart

S3 对象的修改日期/时间的开始。 类型:字符串(或带有 resultType 字符串的表达式)。

modifiedDatetimeStart?: any

属性值

any

prefix

S3 对象名称的前缀筛选器。 类型:字符串(或带有 resultType 字符串的表达式)。

prefix?: any

属性值

any

type

多态鉴别器,它指定此对象可以的不同类型的

type: "AmazonS3Object"

属性值

"AmazonS3Object"

version

S3 对象的版本。 类型:字符串(或带有 resultType 字符串的表达式)。

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

定义数据集的物理类型架构的列。 类型:数组(或带有 resultType 数组的表达式),itemType:DatasetSchemaDataElement。

schema?: any

属性值

any

继承自Dataset.schema

structure

定义数据集结构的列。 类型:array(或包含 resultType 数组的表达式),itemType:DatasetDataElement。

structure?: any

属性值

any

继承自 Dataset.structure