OfflineODataFileDownloadProgress

@available(swift, deprecated: 5.1, message: "New functions for obtaining progress information for open, download, upload, and sendStore are available using OfflineODataProviderDelegate.")
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 { get }
  • The total size of the the file in bytes.

    Declaration

    Swift

    public private(set) var fileSize: Int { get }