GetIndexesResult Constructor |
Initializes a new instance of the GetIndexesResult class.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public GetIndexesResult(
BsonDocument[] documents
)
Public Sub New (
documents As BsonDocument()
)
new :
documents : BsonDocument[] -> GetIndexesResult
Parameters
- documents
- Type: MongoDB.BsonBsonDocument
The raw documents containing the information about the indexes.
See Also