Table of Contents

Constructor GetIndexesResult

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

GetIndexesResult(BsonDocument[])

Initializes a new instance of the GetIndexesResult class.

public GetIndexesResult(BsonDocument[] documents)

Parameters

documents BsonDocument[]

The raw documents containing the information about the indexes.