StorageStatisticsByFileType
public struct StorageStatisticsByFileType : Codable, Equatable, FunctionResult
Contains the storage usage statistics for a specific file type
-
File type
Declaration
Swift
public let fileType: FileType -
Total size of the files
Declaration
Swift
public let size: Int53 -
Total number of files
Declaration
Swift
public let count: Int32 -
Contains the storage usage statistics for a specific file type
Parameters
fileTypeFile type
sizeTotal size of the files
countTotal number of files
View on GitHub
Install in Dash
StorageStatisticsByFileType Structure Reference