OfflineODataFileDownloadProgress
public struct OfflineODataFileDownloadProgress
Contains information about the total size of the file being downloaded and the number of bytes downloaded so far.
-
The number of bytes received from the server.
Declaration
Swift
public private(set) var bytesReceived: Int
-
The total size of the the file in bytes.
Declaration
Swift
public private(set) var fileSize: Int