Table of Contents

Class CollectionStatsResult.IndexSizesResult

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents a collection of index sizes.

public class CollectionStatsResult.IndexSizesResult
Inheritance
CollectionStatsResult.IndexSizesResult
Inherited Members
Extension Methods

Constructors

IndexSizesResult(BsonDocument)

Initializes a new instance of the IndexSizesResult class.

Properties

Count

Gets the count of indexes.

this[string]

Gets the size of an index.

Keys

Gets the names of the indexes.

Values

Gets the sizes of the indexes.

Methods

ContainsKey(string)

Tests whether the results contain the size of an index.