Show / Hide Table of Contents

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 Source

UploadSessionStartBatchArg(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 Source

NumSessions

The number of upload sessions to start.

Declaration
public ulong NumSessions { get; protected set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UploadSessionStartBatchArg(UInt64, UploadSessionType)
  • Properties
    • NumSessions
    • SessionType
Back to top Generated by DocFX