Encapsulates the information needed to provide transfer progress to subscribers of the UploadDirectory event.

Namespace: Amazon.S3.Transfer
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class UploadDirectoryProgressArgs : EventArgs
Public Class UploadDirectoryProgressArgs _
	Inherits EventArgs
public ref class UploadDirectoryProgressArgs : public EventArgs

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
UploadDirectoryProgressArgs(Int32, Int32, String, Int64, Int64)
Constructs a new instance of UploadDirectoryProgressArgs.
CurrentFile
Gets or sets the current file.
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.)
NumberOfFilesUploaded
Gets or sets the number of files uploaded.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TotalNumberOfBytesForCurrentFile
Gets or sets the total number of bytes for current file.
TotalNumberOfFiles
Gets or sets the total number of files.
TransferredBytesForCurrentFile
Gets or sets the transferred bytes for current file.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Amazon.S3.Transfer..::..UploadDirectoryProgressArgs

See Also