Query Metadata Class
Provides meta data information for a query.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
[SerializableAttribute]
public sealed class QueryMetadataVB
<SerializableAttribute>
Public NotInheritable Class QueryMetadata- Inheritance
- Object QueryMetadata
Properties
| 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. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString) |