GlobalStats
public struct GlobalStats : CodableA structure representing global statistics for the database.
GlobalStats provides an overview of the database’s state, including
the total number of collections, documents, and the total size in bytes.
- Properties:
- totalCollections: The total number of collections in the database.
- totalDocuments: The total number of documents across all collections.
- totalSizeInBytes: The total size of the database in bytes.
 
- 
                  
                  Undocumented DeclarationSwift public let totalCollections: Int
- 
                  
                  Undocumented DeclarationSwift public let totalDocuments: Int
- 
                  
                  Undocumented DeclarationSwift public let totalSizeInBytes: UInt64
 View on GitHub
View on GitHub