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
filesSizeApproximate total size of files
fileCountApproximate number of files
databaseSizeSize of the database
languagePackDatabaseSizeSize of the language pack database
logSizeSize of the TDLib internal log
View on GitHub
Install in Dash
StorageStatisticsFast Structure Reference