Show / Hide Table of Contents

Class AmazonS3Location

The location of amazon S3 dataset.

Inheritance
System.Object
DatasetLocation
AmazonS3Location
Inherited Members
DatasetLocation.AdditionalProperties
DatasetLocation.FileName
DatasetLocation.FolderPath
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()

Initializes a new instance of AmazonS3Location.

Declaration
public 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

Back to top Azure SDK for .NET