FileBytesProcessed Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation FileBytesProcessed Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveProgressEventArgsFileBytesProcessed
Gets the number of uncompressed bytes processed so far among all files. Valid for all message types.
Declaration Syntax
C# Visual Basic Visual C++ F#
public long FileBytesProcessed { get; }
Public ReadOnly Property FileBytesProcessed As Long
	Get
public:
property long long FileBytesProcessed {
	long long get ();
}
member FileBytesProcessed : int64 with get
Property Value
Int64
The number of uncompressed file bytes processed so far among all files.
Remarks
When compared to TotalFileBytes, this can be used as a measure of overall progress.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)