 | QueryMetadataTotalFound Property |
Gets the total number of matches found for the query.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic long TotalFound { get; }
Public ReadOnly Property TotalFound As Long
Get
Property Value
Type:
Int64The total number of matches.
See Also