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 Upload
Declaration
public UploadSessionStartBatchArg(ulong numSessions, UploadSessionType sessionType = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
numSessions | The number of upload sessions to start. |
Upload |
sessionType | Type of upload session you want to start. If not
specified, default is Upload |
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. |
SessionType
Type of upload session you want to start. If not specified, default is Upload
Declaration
public UploadSessionType SessionType { get; protected set; }
Property Value
Type | Description |
---|---|
Upload |