Cpu StatisticsEnabled Property
Gets a value indicating whether CPU statistics were enabled for the query (to distinguish
between values being zero or disabled CPU statistics).
Definition
Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool Enabled { get; }VB
Public ReadOnly Property Enabled As Boolean
GetProperty Value
BooleanRemarks
This property returns false if Sphinx wasn't started with the --cpustats parameter.