Class UploadSessionStartBatchArg
The upload session start batch arg object
Inheritance
System.Object
UploadSessionStartBatchArg
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionStartBatchArg
Constructors
| Improve this Doc View SourceUploadSessionStartBatchArg(UInt64, UploadSessionType)
Initializes a new instance of the UploadSessionStartBatchArg class.
Declaration
public UploadSessionStartBatchArg(ulong numSessions, UploadSessionType sessionType = null)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | numSessions | The number of upload sessions to start. |
UploadSessionType | sessionType | Type of upload session you want to start. If not specified, default is UploadSessionType.Sequential. |
Properties
| Improve this Doc View SourceNumSessions
The number of upload sessions to start.
Declaration
public ulong NumSessions { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
SessionType
Type of upload session you want to start. If not specified, default is UploadSessionType.Sequential.
Declaration
public UploadSessionType SessionType { get; protected set; }
Property Value
Type | Description |
---|---|
UploadSessionType |