StorageStatisticsFast
public struct StorageStatisticsFast : Codable, Equatable, FunctionResult
Contains approximate storage usage statistics, excluding files of unknown file type
-
Approximate total size of files
Declaration
Swift
public let filesSize: Int53
-
Approximate number of files
Declaration
Swift
public let fileCount: Int32
-
Size of the database
Declaration
Swift
public let databaseSize: Int53
-
Size of the language pack database
Declaration
Swift
public let languagePackDatabaseSize: Int53
-
Size of the TDLib internal log
Declaration
Swift
public let logSize: Int53
-
Contains approximate storage usage statistics, excluding files of unknown file type
Declaration
Parameters
filesSize
Approximate total size of files
fileCount
Approximate number of files
databaseSize
Size of the database
languagePackDatabaseSize
Size of the language pack database
logSize
Size of the TDLib internal log