C#
C++
F#
VB
CopyState.BytesCopied Property
CopyState::BytesCopied Property
CopyState.BytesCopied Property
CopyState.BytesCopied Property
Gets the number of bytes copied in the operation so far.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<long long> BytesCopied { 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 copied in the operation so far, or null.