db.collection.ensureIndex(keys, options)
db.collection.ensureIndex() has been replaced by db.collection.createIndex().
db.collection.ensureIndex()
db.collection.createIndex()
以下も参照してください。
戻る
db.collection.dropIndexes
次へ
db.collection.estimatedDocumentCount