StreamTransferProgressArgs Class |
[Missing <summary> documentation for "T:Aliyun.OSS.StreamTransferProgressArgs"]
Namespace: Aliyun.OSS
The StreamTransferProgressArgs type exposes the following members.
Name | Description | |
---|---|---|
StreamTransferProgressArgs |
The constructor takes the number of
currently transferred bytes and the
total number of bytes to be transferred
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString |
Returns a string representation of this object
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
IncrementTransferred |
Gets the number of bytes transferred since last event
| |
PercentDone |
Gets the percentage of transfer completed
| |
TotalBytes |
Gets the total number of bytes to be transferred
| |
TransferredBytes |
Gets the number of bytes transferred
|