StreamTransferProgressArgsTransferredBytes Property |
Gets the number of bytes transferred
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public long TransferredBytes { get; }
Public ReadOnly Property TransferredBytes As Long
Get
public:
property long long TransferredBytes {
long long get ();
}
member TransferredBytes : int64 with get
Property Value
Type:
Int64See Also