db.collection.ensureIndex(keys, options)
db.collection.ensureIndex()はdb.collection.createIndex()に置き換えられました。
db.collection.ensureIndex()
db.collection.createIndex()
以下も参照してください。
戻る
db.collection.dropIndexes
次へ
db.collection.estimatedDocumentCount