C# Class Amazon.S3.Model.WriteObjectProgressArgs

Encapsulates the information needed to provide download progress for the Write Object Event.
Inheritance: Amazon.S3.Model.TransferProgressArgs
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
WriteObjectProgressArgs ( string bucketName, string key, string versionId, long incrementTransferred, long transferred, long total ) : System

The constructor takes the number of currently transferred bytes and the total number of bytes to be transferred

WriteObjectProgressArgs ( string bucketName, string key, string filePath, string versionId, long incrementTransferred, long transferred, long total ) : System

The constructor takes the number of currently transferred bytes and the total number of bytes to be transferred