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
fileType
File type
size
Total size of the files
count
Total number of files