MongoDB

Download 7
Last updated Mar 3, 2025

mongodb-cols

Enumerate all collections in MongoDB database.

mongodb-cols [profile=PROFILE] [database=DATABASE]
profile=PROFILE
Connect profile code of MongoDB.
database=DATABASE
필터링 대상 데이터베이스 이름

Output Fields

FieldTypeNameDescription
db_nameStringDatabase nameThe name of the database to which the collection belongs.
nameStringNameCollection name.
typeStringTypee.g. collection.
optionMapOptionCollection configure options. e.g. size, capped.
id_indexMapID index_id index specification.