Class GetIndexesResult
Represents the result of GetIndexes.
public class GetIndexesResult : IEnumerable<IndexInfo>, IEnumerable
- Inheritance
-
GetIndexesResult
- Implements
- Inherited Members
- Extension Methods
Constructors
- GetIndexesResult(BsonDocument[])
Initializes a new instance of the GetIndexesResult class.
Properties
- Count
Gets the count of indexes.
- this[int]
Gets the IndexInfo at the specified index.
- RawDocuments
Gets the raw BSON documents containing the information about the indexes.