Class Progress
The Progress event details.
public class Progress
- Inheritance
-
Progress
- Inherited Members
Constructors
Progress()
Constructs a instance of Progress.
public Progress()
Properties
BytesProcessed
Current number of uncompressed object bytes processed.
public long BytesProcessed { get; set; }
Property Value
BytesReturned
Total number of bytes of records payload data returned.
public long BytesReturned { get; set; }
Property Value
BytesScanned
Current number of object bytes scanned.
public long BytesScanned { get; set; }