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: 6.0.0
Syntax
[SerializableAttribute]
public sealed class QueryMetadata

The QueryMetadata type exposes the following members.

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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
See Also