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

AmazonS3Location 类

定义

amazon S3 数据集的位置。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AmazonS3Location+AmazonS3LocationConverter))]
public class AmazonS3Location : Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AmazonS3Location+AmazonS3LocationConverter))>]
type AmazonS3Location = class
    inherit DatasetLocation
Public Class AmazonS3Location
Inherits DatasetLocation
继承
AmazonS3Location
属性

构造函数

AmazonS3Location()

初始化 AmazonS3Location 的新实例。

属性

AdditionalProperties

其他属性。

(继承自 DatasetLocation)
BucketName

指定 amazon S3 的 bucketName。 类型:字符串 (或带有 resultType 字符串) 的表达式。

FileName

指定数据集的文件名。 类型:字符串 (或带有 resultType 字符串) 的表达式。

(继承自 DatasetLocation)
FolderPath

指定数据集的文件夹路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。

(继承自 DatasetLocation)
Version

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

适用于