{{
tab.collection.length > 28
? tab.collection.substring(0, 28) + '...'
: tab.collection
}}
{{
stats.databases
}}
{{
stats.collections
}}
{{
stats.size | fileSize: 2
}}
| Name |
Size |
Collections |
|
{{
data.name
}}
|
{{ data.sizeOnDisk | fileSize: 2 }} |
{{ data.collections.length }}
|
{{
db.name
}}
{{
db.collections.length
}}
{{
db.sizeOnDisk | fileSize: 2
}}
| Name |
Size |
Documents |
|
{{
collection.name
}}
|
{{ collection.stats.size | fileSize: 2 }} |
{{ collection.stats.count }}
|