CopyState.TotalBytes Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
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.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
Gets the total number of bytes in the source of the copy.
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.