Table of Contents

Class GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHits

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents a collection of GeoHaystackSearch hits.

public class GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHits : GeoHaystackSearchResult.GeoHaystackSearchHits, IEnumerable<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>, IEnumerable
Inheritance
GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHits
Implements
Inherited Members
Extension Methods

Constructors

GeoHaystackSearchHits(BsonArray)

Initializes a new instance of the GeoHaystackSearchHits class.

Properties

Count

Gets the count of the number of hits.

this[int]

Gets an individual hit.

Methods

GetEnumerator()

Gets an enumerator for the hits.

GetEnumeratorImplementation()

Gets an enumerator for the hits.

GetHitImplementation(int)

Gets a hit.