mongosh
db.collection.
ensureIndex
Note
Removed in 5.0
db.collection.ensureIndex() has been replaced by db.collection.createIndex().
db.collection.ensureIndex()
db.collection.createIndex()
See also