Class StorageProgress
- Namespace
- Microsoft.WindowsAzure.Storage.Core.Util
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Holds information about the progress data transfers for both request and response streams in a single operation.
public sealed class StorageProgress
- Inheritance
-
StorageProgress
- Inherited Members
Remarks
Examples
Warning
It looks like the sample you are looking for does not exist.
Constructors
StorageProgress(long)
Creates a StorageProgress object.
public StorageProgress(long bytesTransferred)
Parameters
bytesTransferred
longThe progress value being reported.
Properties
BytesTransferred
Progress in bytes of the request data transfer.
public long BytesTransferred { get; }