C# 클래스 MongoDB.Driver.CollectionStatsResult.IndexSizesResult

Represents a collection of index sizes.
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver

공개 메소드들

메소드 설명
ContainsKey ( string indexName ) : bool

Tests whether the results contain the size of an index.

IndexSizesResult ( BsonDocument indexSizes ) : System

Initializes a new instance of the IndexSizesResult class.

this ( string indexName ) : long

Gets the size of an index.

메소드 상세

ContainsKey() 공개 메소드

Tests whether the results contain the size of an index.
public ContainsKey ( string indexName ) : bool
indexName string The name of the index.
리턴 bool

IndexSizesResult() 공개 메소드

Initializes a new instance of the IndexSizesResult class.
public IndexSizesResult ( BsonDocument indexSizes ) : System
indexSizes BsonDocument The index sizes document.
리턴 System

this() 공개 메소드

Gets the size of an index.
public this ( string indexName ) : long
indexName string The name of the index.
리턴 long