totalDataFileSize
The total size of disk space your app uses for storing data files.
Declaration
var totalDataFileSize: Measurement<UnitInformationStorage> { get }Discussion
This includes all of the data files in your application’s container(s) (including cachesDirectory). Additionally, it includes the clone files that are attributed to your application.