Encapsulates the information needed to provide
transfer progress to subscribers of the Put Object
Event.
Namespace: Amazon.S3.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class PutObjectProgressArgs : TransferProgressArgs
Public Class PutObjectProgressArgs _ Inherits TransferProgressArgs
public ref class PutObjectProgressArgs : public TransferProgressArgs
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PutObjectProgressArgs(Int64, Int64, Int64) |
The constructor takes the number of
currently transferred bytes and the
total number of bytes to be transferred
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| PercentDone |
Gets the percentage of transfer completed
(Inherited from TransferProgressArgs.) | |
| ToString()()()() |
Returns a string representation of this object
(Inherited from TransferProgressArgs.) | |
| TotalBytes |
Gets the total number of bytes to be transferred
(Inherited from TransferProgressArgs.) | |
| TransferredBytes |
Gets the number of bytes transferred
(Inherited from TransferProgressArgs.) |
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Amazon.S3.Model..::..TransferProgressArgs
Amazon.S3.Model..::..PutObjectProgressArgs
System..::..EventArgs
Amazon.S3.Model..::..TransferProgressArgs
Amazon.S3.Model..::..PutObjectProgressArgs