单项选择题

A.db.collectionName.createIndex(keys,options)
B.db.collectionName.create(keys,options)
C.db.collectionName.index(keys,options)
D.db.collectionName.addIndex(keys,options)