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

AmazonS3CompatibleLocation 类

定义

Amazon S3 兼容数据集的位置。

public class AmazonS3CompatibleLocation : Microsoft.Azure.Management.DataFactory.Models.DatasetLocation
type AmazonS3CompatibleLocation = class
    inherit DatasetLocation
Public Class AmazonS3CompatibleLocation
Inherits DatasetLocation
继承
AmazonS3CompatibleLocation

构造函数

AmazonS3CompatibleLocation()

初始化 AmazonS3CompatibleLocation 类的新实例。

AmazonS3CompatibleLocation(IDictionary<String,Object>, Object, Object, Object, Object)

初始化 AmazonS3CompatibleLocation 类的新实例。

属性

AdditionalProperties

获取或设置此集合反序列化的消息中的不匹配属性

(继承自 DatasetLocation)
BucketName

获取或设置指定 Amazon S3 兼容的 bucketName。 类型:包含 resultType 字符串) 的字符串 (或表达式

FileName

获取或设置指定数据集的文件名。 类型:包含 resultType 字符串) 的字符串 (或表达式。

(继承自 DatasetLocation)
FolderPath

获取或设置指定数据集的文件夹路径。 类型:包含 resultType 字符串) 的字符串 (或表达式

(继承自 DatasetLocation)
Version

获取或设置指定 Amazon S3 兼容版本。 类型:包含 resultType 字符串) 的字符串 (或表达式。

适用于