UploadSessionAppendArg
open class UploadSessionAppendArg : CustomStringConvertible
The UploadSessionAppendArg struct
-
Contains the upload session ID and the offset.
Declaration
Swift
public let cursor: Files.UploadSessionCursor
-
If true, the current session will be closed, at which point you won’t be able to call uploadSessionAppendV2 anymore with the current session.
Declaration
Swift
public let close: Bool
-
Declaration
Swift
open var description: String { get }