C# 클래스 MongoDB.Driver.GeoNearResult.GeoNearStats

Represents the stats of a GeoNear command.
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver

공개 메소드들

메소드 설명
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