C# 클래스 MongoDB.Driver.GeoHaystackSearchResult.GeoHaystackSearchStats

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

공개 메소드들

메소드 설명
GeoHaystackSearchStats ( BsonDocument stats ) : System

Initializes a new instance of the GeoHaystackSearchStats class.

메소드 상세

GeoHaystackSearchStats() 공개 메소드

Initializes a new instance of the GeoHaystackSearchStats class.
public GeoHaystackSearchStats ( BsonDocument stats ) : System
stats BsonDocument The stats.
리턴 System