UseFindAPI Parameter (Connect-MongoDB Cmdlet)
Execute MongoDB queries using db.collection.find().
Syntax
Connect-MongoDB -UseFindAPI bool
Data Type
bool
Default Value
true
Remarks
Amazon DocumentDB doesn't support the legacy OP_QUERY interface, so this must be set to True to query DocumentDB clusters with db.collection.find() instead.