Table of Contents

Class WriteObjectProgressArgs

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Encapsulates the information needed to provide download progress for the Write Object Event.

public class WriteObjectProgressArgs : TransferProgressArgs
Inheritance
WriteObjectProgressArgs
Inherited Members

Properties

BucketName

Gets the bucket name for the S3 object being written.

public string BucketName { get; }

Property Value

string

FilePath

The file for the S3 object being written.

public string FilePath { get; }

Property Value

string

IsCompleted

True if writing is complete

public bool IsCompleted { get; }

Property Value

bool

Key

Gets the object key for the S3 object being written.

public string Key { get; }

Property Value

string

VersionId

Gets the version-id of the S3 object.

public string VersionId { get; }

Property Value

string