PhoenixmlDb.Core
DatabaseStatistics
Aggregate statistics for a PhoenixmlDb database.
#DatabaseStatistics
Namespace: PhoenixmlDb.Core
Aggregate statistics for a PhoenixmlDb database.
Use these statistics for monitoring dashboard displays, health checks, and capacity planning. All sizes are in bytes.
#Properties
| Name | Description |
|---|---|
ContainerCount
|
Number of containers in the database. |
DatabaseSizeBytes
|
Total size of the database file on disk, in bytes. |
TotalDocumentCount
|
Total number of documents across all containers. |
TotalNodeCount
|
Total number of XDM nodes across all documents. |
UsedSizeBytes
|
Bytes actually used by data (the rest is free space for future writes). |