OfflineODataSendStoreProgress
public struct OfflineODataSendStoreProgress
Contains information about files being sent during a send store operation.
-
The number of bytes that have been sent to the server for the current file.
Declaration
Swift
public private(set) var currentFileBytesSent: Int
-
The size of the the current file being sent in bytes.
Declaration
Swift
public private(set) var currentFileSize: Int
-
The index of the current file being sent (starting from 1).
Declaration
Swift
public private(set) var currentFileIndex: Int
-
The name of the current file being sent.
Declaration
Swift
public private(set) var currentFileName: String
-
The total number of files to send.
Declaration
Swift
public private(set) var totalNumberOfFiles: Int
-
The total size of all files to send in bytes.
Declaration
Swift
public private(set) var totalSize: Int
-
The total bytes that have been sent to server.
Declaration
Swift
public private(set) var totalBytesSent: Int