Click or drag to resize

GeoNearOperationTResult Class

Represents the geoNear command.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.OperationsGeoNearOperationTResult

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public sealed class GeoNearOperation<TResult> : IReadOperation<TResult>

Type Parameters

TResult
The type of the result.

The GeoNearOperationTResult type exposes the following members.

Constructors
  NameDescription
Public methodGeoNearOperationTResult
Initializes a new instance of the GeoNearOperationTResult class.
Top
Properties
  NameDescription
Public propertyCollation
Gets or sets the collation.
Public propertyCollectionNamespace
Gets the collection namespace.
Public propertyDistanceMultiplier
Gets or sets the distance multiplier.
Public propertyFilter
Gets or sets the filter.
Public propertyIncludeLocs
Gets or sets whether to include the locations of the matching documents.
Public propertyLimit
Gets or sets the limit.
Public propertyMaxDistance
Gets or sets the maximum distance.
Public propertyMaxTime
Gets or sets the maximum time.
Public propertyMessageEncoderSettings
Gets the message encoder settings.
Public propertyNear
Gets the point for which to find the closest documents.
Public propertyReadConcern
Gets or sets the read concern.
Public propertyResultSerializer
Gets the result serializer.
Public propertySpherical
Gets or sets whether to use spherical geometry.
Public propertyUniqueDocs
Gets or sets whether to return a document only once.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Executes the operation.
Public methodExecuteAsync
Executes the operation.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also