IOStatistics Class
Provides I/O statistics for a query.
Definition
Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
[SerializableAttribute]
public class IOStatisticsVB
<SerializableAttribute>
Public Class IOStatistics- Inheritance
- Object IOStatistics
Properties
| 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. |
Methods
| 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) |