Table of Contents

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 long

The progress value being reported.

Properties

BytesTransferred

Progress in bytes of the request data transfer.

public long BytesTransferred { get; }

Property Value

long