В оболочке mongo команда такая:
Код: Выделить всё
db.getCollectionInfos()
Код: Выделить всё
db.foo.collection_infos()
db.foo.getCollectionInfos()
Код: Выделить всё
TypeError: 'Collection' object is not callable. If you meant to call the 'get_collection_infos' method on a 'Database' object it is failing because no such method exists.
Код: Выделить всё
db.command({"foo": "getCollectionInfos"})
Подробнее здесь: https://stackoverflow.com/questions/497 ... ctioninfos
Мобильная версия