| IOStatistics Class |
Namespace: SphinxConnector.Common
The IOStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
| 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.
|