IOStatistics Class |
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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString) |