IOStatisticsEnabled Property

Gets a value indicating whether IO statistics were enabled for the query (to distinguish between all values being zero or disabled IO statistics).

Definition

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool Enabled { get; }

Property Value

Boolean

Remarks

This property returns false if Sphinx wasn't started with the --iostats parameter.

See Also