Get Collection Stats
- 30 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Get Collection 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 collection.
Prerequisites
- Install the MongoDB Module.
- For v9 Users: Add a Project Dependency once the MongoDB Module is installed.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Collection Name | Allows Users to specify a Collection Name. | String |
Connection String | Allows Users to specify a Connection String. | String |
Database Name | Allows Users to specify a Database Name. | String |
Outputs
Property | Description | Data Type |
---|---|---|
Collection Stats | This property returns the following collection statistics from the specified collection: Collection Namespace, Number of Documents, Average Document Size, Data Size, Storage Size, Number of Indexes, Index Size, and Average Index Size. | N/A |
Collection Stats Raw String | This property returns a Raw String of Collection Stats. | String |
Related Information
Was this article helpful?