C# Class MongoDB.Driver.GeoHaystackSearchResult.GeoHaystackSearchStats

Represents the stats of a GeoHaystackSearch command.
Datei anzeigen Open project: CloudMetal/mongo-csharp-driver

Public Methods

Method Description
GeoHaystackSearchStats ( BsonDocument stats ) : System

Initializes a new instance of the GeoHaystackSearchStats class.

Method Details

GeoHaystackSearchStats() public method

Initializes a new instance of the GeoHaystackSearchStats class.
public GeoHaystackSearchStats ( BsonDocument stats ) : System
stats BsonDocument The stats.
return System