| StreamTransferProgressArgsTotalBytes Property  | 
            Gets the total number of bytes to be transferred
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic long TotalBytes { get; }Public ReadOnly Property TotalBytes As Long
	Get
public:
property long long TotalBytes {
	long long get ();
}member TotalBytes : int64 with get
Property Value
Type: 
Int64
See Also