AWS SDK for .NET Documentation
PutObjectProgressArgs Class
AmazonAmazon.S3.ModelPutObjectProgressArgs Did this page help you?   Yes   No    Tell us about it...
Encapsulates the information needed to provide transfer progress to subscribers of the Put Object Event.
Declaration Syntax
C#
public class PutObjectProgressArgs : TransferProgressArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PutObjectProgressArgs(Int64, Int64, Int64)
The constructor takes the number of currently transferred bytes and the total number of bytes to be transferred

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
EventArgs
 TransferProgressArgs
  PutObjectProgressArgs

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)