CollectionStatsResultIndexSizesResult Class |
Namespace: MongoDB.Driver
The CollectionStatsResultIndexSizesResult type exposes the following members.
Name | Description | |
---|---|---|
CollectionStatsResultIndexSizesResult |
Initializes a new instance of the IndexSizesResult class.
|
Name | Description | |
---|---|---|
Count |
Gets the count of indexes.
| |
Item |
Gets the size of an index.
| |
Keys |
Gets the names of the indexes.
| |
Values |
Gets the sizes of the indexes.
|
Name | Description | |
---|---|---|
ContainsKey |
Tests whether the results contain the size of an index.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |