AmazonS3Dataset Class

Definition

A single Amazon Simple Storage Service (S3) object or a set of S3 objects.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("AmazonS3")]
public class AmazonS3Dataset : Microsoft.Azure.Management.DataFactories.Models.DatasetTypeProperties
Inheritance
Attributes

Constructors

AmazonS3Dataset()

Initializes a new instance of the AmazonS3Dataset class.

AmazonS3Dataset(String)

Initializes a new instance of the AmazonS3Dataset class with required arguments.

Properties

BucketName

The name of the Amazon S3 bucket.

Compression

The data compression method used for the Amazon S3 object(s).

Format

The format of the Amazon S3 object(s).

Key

The key of the Amazon S3 object.

Prefix

The prefix filter for the S3 object(s) name.

Version

The version for the S3 object.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)