mongosh
db.collection.ensureIndex(keys, options)
db.collection.ensureIndex()はdb.collection.createIndex()に置き換えられました。
db.collection.ensureIndex()
db.collection.createIndex()
戻る
db.collection.dropIndexes
次へ
db.collection.estimatedDocumentCount