UploadSessionStartBatchArg
public class UploadSessionStartBatchArg : CustomStringConvertible, JSONRepresentable
The UploadSessionStartBatchArg struct
-
Type of upload session you want to start. If not specified, default is sequential in UploadSessionType.
Declaration
Swift
public let sessionType: Files.UploadSessionType? -
The number of upload sessions to start.
Declaration
Swift
public let numSessions: UInt64 -
Declaration
Swift
public var description: String { get }
View on GitHub
UploadSessionStartBatchArg Class Reference