 | 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).
Namespace: SphinxConnector.CommonAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic bool Enabled { get; }
Public ReadOnly Property Enabled As Boolean
Get
Property Value
Type:
Boolean
Remarks
This property returns false if Sphinx wasn't started with the --iostats
parameter.
See Also