 | QueryMetadataIOStatistics Property |
Gets the IO statistics for the query.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic IOStatistics IOStatistics { get; }
Public ReadOnly Property IOStatistics As IOStatistics
Get
Property Value
Type:
IOStatistics
Remarks
Supported with Sphinx 2.1.
Needs to be explicitly enabled by starting searchd with the --iostats option.
See Also