| IOStatistics Properties |
The IOStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| Enabled |
Gets a value indicating whether IO statistics were enabled for the query (to distinguish
between all values being zero or disabled IO statistics).
| |
| KilobytesRead |
The number of kilobytes read.
| |
| KilobytesWritten |
The number of kilobytes written.
| |
| ReadOperations |
The number of read operations.
| |
| ReadTime |
The time spend reading.
| |
| WriteOperations |
The number of write operations.
| |
| WriteTime |
The time spend writting.
|