C# Class MongoDB.Driver.GeoNearResult.GeoNearStats

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

Public Methods

Method Description
GeoNearStats ( BsonDocument stats ) : System

Initializes a new instance of the GeoNearStats class.

Method Details

GeoNearStats() public method

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