| QueryMetadata Class |
Namespace: SphinxConnector.FluentApi
The QueryMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| AgentCpuStatistics |
Gets the agent CPU statistics for the query.
| |
| AgentIOStatistics |
Gets the agent IO statistics for the query.
| |
| CpuStatistics |
Gets the CPU statistics for the query.
| |
| IOStatistics |
Gets the IO statistics for the query.
| |
| Predictions |
Gets the predictions for the query.
| |
| Time |
Gets the query execution time.
| |
| Total |
Gets the total number of matches for the query.
| |
| TotalFound |
Gets the total number of matches found for the query.
| |
| WordInfo |
Gets a list containing the word infos for the query.
|