Click or drag to resize
IOStatistics Properties

The IOStatistics type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets a value indicating whether IO statistics were enabled for the query (to distinguish between all values being zero or disabled IO statistics).
Public propertyKilobytesRead
The number of kilobytes read.
Public propertyKilobytesWritten
The number of kilobytes written.
Public propertyReadOperations
The number of read operations.
Public propertyReadTime
The time spend reading.
Public propertyWriteOperations
The number of write operations.
Public propertyWriteTime
The time spend writting.
Top
See Also