UploadSessionCursor
public class UploadSessionCursor : CustomStringConvertible, JSONRepresentable
The UploadSessionCursor struct
-
The upload session ID (returned by uploadSessionStart).
Declaration
Swift
public let sessionId: String -
Offset in bytes at which data should be appended. We use this to make sure upload data isn’t lost or duplicated in the event of a network error.
Declaration
Swift
public let offset: UInt64 -
Declaration
Swift
public var description: String { get }
View on GitHub
UploadSessionCursor Class Reference