Click or drag to resize
QueryMetadata Class
Provides meta data information for a query.
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApiQueryMetadata

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
[SerializableAttribute]
public sealed class QueryMetadata

The QueryMetadata type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyAgentCpuStatistics
Gets the agent CPU statistics for the query.
Public propertyAgentIOStatistics
Gets the agent IO statistics for the query.
Public propertyCpuStatistics
Gets the CPU statistics for the query.
Public propertyIOStatistics
Gets the IO statistics for the query.
Public propertyPredictions
Gets the predictions for the query.
Public propertyTime
Gets the query execution time.
Public propertyTotal
Gets the total number of matches for the query.
Public propertyTotalFound
Gets the total number of matches found for the query.
Public propertyWordInfo
Gets a list containing the word infos for the query.
Top
See Also