Click or drag to resize
IOStatistics Class
Provides I/O statistics for a query.
Inheritance Hierarchy
SystemObject
  SphinxConnector.CommonIOStatistics

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
[SerializableAttribute]
public class IOStatistics

The IOStatistics type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
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