QueryMetadata Class

Provides meta data information for a query.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
[SerializableAttribute]
public sealed 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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

See Also