Get Database Stats
- 30 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Get Database Stats
- Updated on 30 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 9.6 |
Last Modified in Version | 9.6 |
Location | Integration > MongoDB > Advanced |
This Step retrieves a list of statistics/properties from a specified Database.
Prerequisites
- Install the MongoDB Module.
- For v9 Users: Add a Project Dependency once the MongoDB Module is installed.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Connection String | Allows Users to specify a Connection String. | String |
Outputs
Property | Description | Data Type |
---|---|---|
Database Names | This Output returns the following statistics about a specified Database: Database Name, Number of Collections, Number of Views, Number of Documents, Average Document Size, Data Size, Storage Size, Number of Indexes, Index Size, Filesystem Used Size, Filesystem Total Size. | List of String |
Related Information
Was this article helpful?