AmazonS3Location Class

Definition

The location of amazon S3 dataset.

public class AmazonS3Location : Microsoft.Azure.Management.DataFactory.Models.DatasetLocation
type AmazonS3Location = class
    inherit DatasetLocation
Public Class AmazonS3Location
Inherits DatasetLocation
Inheritance
AmazonS3Location

Constructors

AmazonS3Location()

Initializes a new instance of the AmazonS3Location class.

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

Initializes a new instance of the AmazonS3Location class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from DatasetLocation)
BucketName

Gets or sets specify the bucketName of amazon S3. Type: string (or Expression with resultType string)

FileName

Gets or sets specify the file name of dataset. Type: string (or Expression with resultType string).

(Inherited from DatasetLocation)
FolderPath

Gets or sets specify the folder path of dataset. Type: string (or Expression with resultType string)

(Inherited from DatasetLocation)
Version

Gets or sets specify the version of amazon S3. Type: string (or Expression with resultType string).

Applies to