Class Stats
The Stats event details.
public class Stats
- Inheritance
-
Stats
- Inherited Members
Constructors
Stats()
Constructs an instance of Stats.
public Stats()
Properties
BytesProcessed
Total 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
Total number of object bytes scanned.
public long BytesScanned { get; set; }