Encapsulates the information needed to provide
            download progress for the Write Object Event.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class WriteObjectProgressArgs : TransferProgressArgs
 Members
 Members| All Members | Methods | Properties | |||
| Icon | Member | Description | 
|---|---|---|
|  | BucketName | 
            Gets the bucket name for the S3 object being written.
             | 
|  | 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.) | 
|  | Key | 
            Gets the object key for the S3 object being written.
             | 
|  | 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.) | 
|  | VersionId | 
            Gets the version-id of the S3 object.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |||
|  | EventArgs | ||
|  | TransferProgressArgs | ||
|  | WriteObjectProgressArgs | ||