AllStats
public struct AllStats : Codable, Equatable
AllStats instances represent stat of all Indexes.
-
Size of the whole database, in bytes.
Declaration
Swift
public let databaseSize: Int -
Date when the server was last updated.
Declaration
Swift
public let lastUpdate: Date? -
Dictionary of all Indexes containing the stat for each Index.
Declaration
Swift
public let indexes: [String : Stat]
AllStats Structure Reference