OfflineODataProgress

@available(swift, deprecated: 5.1, message: "New functions for obtaining progress information for open, download, upload, and sendStore are available using OfflineODataProviderDelegate.")
public struct OfflineODataProgress

Contains the number of bytes sent and received during a download or upload.

  • Number of bytes sent to the server.

    Declaration

    Swift

    public private(set) var bytesSent: Int { get }
  • Number of bytes received from the server.

    Declaration

    Swift

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