TransferStatus 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.
Contains information regarding Transfer status
public class TransferStatus
type TransferStatus = class
Public Class TransferStatus
- Inheritance
-
TransferStatus
Constructors
TransferStatus() |
Fields
ChunksTransfered |
Tracks number of chunks transferred correctly |
DirectoriesTransferred |
Tracks number of empty directories transferred correctly |
EntriesFailed |
List of directories or chunks or unchunked files that did not get transferred correctly |
EntriesSkipped |
List of name of files that are skipped because we did not want to overwrite existing files |
FilesTransfered |
Tracks number of files (includes chunked and unchunked) transferred correctly |
NonChunkedFileTransferred |
Tracks number of unchunked files transferred |
SizeTransfered |
Tracks number of chunks transferred correctly |
TotalChunksToTransfer |
Total number of chunks that needs to be transferred after enumeration |
TotalDirectoriesToTransfer |
Total number of empty directories that needs to be transferred after enumeration |
TotalFilesToTransfer |
Total number of files (includes chunked and unchunked) that need to be transferred after enumeration |
TotalNonChunkedFileToTransfer |
Total number of unchunked files that needs to be transferred after enumeration |
TotalSizeToTransfer |
Total size of files or chunks that need to be transferred after enumeration |
Applies to
Azure SDK for .NET