Class AmazonS3Location
The location of amazon S3 dataset.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AmazonS3Location/AmazonS3LocationConverter))]
public class AmazonS3Location : Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation
Constructors
AmazonS3Location()
Properties
BucketName
Specify the bucketName of amazon S3. Type: string (or Expression with resultType string).
Declaration
public object BucketName { get; set; }
Property Value
|
System.Object
|
Version
Specify the version of amazon S3. Type: string (or Expression with resultType string).
Declaration
public object Version { get; set; }
Property Value
|
System.Object
|