Click or drag to resize

GeoNearResultGeoNearStats Class

Represents the stats of a GeoNear command.
Inheritance Hierarchy
SystemObject
  MongoDB.DriverGeoNearResultGeoNearStats

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public class GeoNearStats

The GeoNearResultGeoNearStats type exposes the following members.

Constructors
  NameDescription
Public methodGeoNearResultGeoNearStats
Initializes a new instance of the GeoNearStats class.
Top
Properties
  NameDescription
Public propertyAverageDistance
Gets the average distance.
Public propertyBTreeLocations Obsolete.
Gets the count of b-tree locations.
Public propertyDuration
Gets the duration.
Public propertyMaxDistance
Gets the max distance.
Public propertyNumberScanned Obsolete.
Gets the number of documents scanned.
Public propertyObjectsLoaded
Gets the number of documents loaded.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also