C# Класс MongoDB.Driver.CollectionStatsResult.IndexSizesResult

Represents a collection of index sizes.
Показать файл Открыть проект

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

Метод Описание
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