TransferProgress Class
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.
Reports progress on a transfer.
public class TransferProgress
type TransferProgress = class
Public Class TransferProgress
- Inheritance
-
TransferProgress
Properties
TotalFileLength |
Gets a value indicating the total length of the file to transfer. |
TotalSegmentCount |
Gets a value indicating the total number of segments to transfer. |
TransferredByteCount |
Gets a value indicating the number of bytes that have been transferred so far. |
Methods
GetSegmentProgress(Int32) |
Gets the transfer progress for a particular segment. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET