StorageProgress(Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a StorageProgress object.
public StorageProgress (long bytesTransferred);
new Microsoft.Azure.Storage.Core.Util.StorageProgress : int64 -> Microsoft.Azure.Storage.Core.Util.StorageProgress
Public Sub New (bytesTransferred As Long)
Parameters
- bytesTransferred
- Int64
The progress value being reported.