IOStatistics Class

Provides I/O statistics for a query.

Definition

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
[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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

See Also