C# Class MongoDB.Driver.GeoNearResult.GeoNearStats

Represents the stats of a GeoNear command.
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver

Méthodes publiques

Méthode Description
GeoNearStats ( BsonDocument stats ) : System

Initializes a new instance of the GeoNearStats class.

Method Details

GeoNearStats() public méthode

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