C#
C++
F#
VB
CopyState.TotalBytes Property
CopyState::TotalBytes Property
CopyState.TotalBytes Property
CopyState.TotalBytes Property
Gets the total number of bytes in the source of the copy.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<long long> TotalBytes { Nullable<long long> get(); internal: void set(Nullable<long long> value); }
Property Value
Type: System.Nullable<Int64>System::Nullable<Int64>System.Nullable<Int64>System.Nullable(Of Int64)The number of bytes in the source, or null.