C# Класс MongoDB.Driver.GeoNearResult.GeoNearStats

Represents the stats of a GeoNear command.
Показать файл Открыть проект

Открытые методы

Метод Описание
GeoNearStats ( BsonDocument stats ) : System

Initializes a new instance of the GeoNearStats class.

Описание методов

GeoNearStats() публичный Метод

Initializes a new instance of the GeoNearStats class.
public GeoNearStats ( BsonDocument stats ) : System
stats BsonDocument The stats.
Результат System