Class GeoHaystackSearchResult.GeoHaystackSearchStats
Represents the stats of a GeoHaystackSearch command.
public class GeoHaystackSearchResult.GeoHaystackSearchStats
- Inheritance
-
GeoHaystackSearchResult.GeoHaystackSearchStats
- Inherited Members
- Extension Methods
Constructors
GeoHaystackSearchStats(BsonDocument)
Initializes a new instance of the GeoHaystackSearchStats class.
public GeoHaystackSearchStats(BsonDocument stats)
Parameters
stats
BsonDocumentThe stats.
Properties
BTreeMatches
Gets the count of b-tree matches.
public int BTreeMatches { get; }
Property Value
Duration
Gets the duration.
public TimeSpan Duration { get; }
Property Value
NumberOfHits
Gets the number of hits.
public int NumberOfHits { get; }