Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionAppendBatchEntryError.TooLarge

You can not append to the upload session because the size of a file should not exceed the max file size limit (i.e. 2^41 - 2^22 or 2,199,019,061,248 bytes).

Inheritance
object
UploadSessionAppendBatchEntryError
UploadSessionAppendBatchEntryError.TooLarge
Inherited Members
UploadSessionAppendBatchEntryError.IsNotFound
UploadSessionAppendBatchEntryError.AsNotFound
UploadSessionAppendBatchEntryError.IsIncorrectOffset
UploadSessionAppendBatchEntryError.AsIncorrectOffset
UploadSessionAppendBatchEntryError.IsClosed
UploadSessionAppendBatchEntryError.AsClosed
UploadSessionAppendBatchEntryError.IsTooLarge
UploadSessionAppendBatchEntryError.AsTooLarge
UploadSessionAppendBatchEntryError.IsConcurrentSessionInvalidOffset
UploadSessionAppendBatchEntryError.AsConcurrentSessionInvalidOffset
UploadSessionAppendBatchEntryError.IsConcurrentSessionInvalidDataSize
UploadSessionAppendBatchEntryError.AsConcurrentSessionInvalidDataSize
UploadSessionAppendBatchEntryError.IsOther
UploadSessionAppendBatchEntryError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class UploadSessionAppendBatchEntryError.TooLarge : UploadSessionAppendBatchEntryError

Fields

View Source

Instance

A singleton instance of TooLarge

Declaration
public static readonly UploadSessionAppendBatchEntryError.TooLarge Instance
Field Value
Type Description
UploadSessionAppendBatchEntryError.TooLarge
  • View Source
In this article
Back to top Dropbox .NET SDK