Table of Contents

Class GeoHaystackSearchResult.GeoHaystackSearchHit

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

Represents a GeoHaystackSearch hit.

public abstract class GeoHaystackSearchResult.GeoHaystackSearchHit
Inheritance
GeoHaystackSearchResult.GeoHaystackSearchHit
Derived
Inherited Members
Extension Methods

Constructors

GeoHaystackSearchHit(BsonDocument)

Initializes a new instance of the GeoHaystackSearchHit class.

public GeoHaystackSearchHit(BsonDocument hit)

Parameters

hit BsonDocument

The hit.

Properties

Document

Gets the document.

public object Document { get; }

Property Value

object

DocumentImplementation

Gets the document.

protected abstract object DocumentImplementation { get; }

Property Value

object

RawDocument

Gets the document as a BsonDocument.

public BsonDocument RawDocument { get; }

Property Value

BsonDocument