Class CollectionStatsResult.IndexSizesResult
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.