Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionAppendError

The upload session append error object

Inheritance
object
UploadSessionAppendError
UploadSessionAppendError.Closed
UploadSessionAppendError.ConcurrentSessionInvalidDataSize
UploadSessionAppendError.ConcurrentSessionInvalidOffset
UploadSessionAppendError.ContentHashMismatch
UploadSessionAppendError.IncorrectOffset
UploadSessionAppendError.NotFound
UploadSessionAppendError.Other
UploadSessionAppendError.PayloadTooLarge
UploadSessionAppendError.TooLarge
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionAppendError

Constructors

View Source

UploadSessionAppendError()

Initializes a new instance of the UploadSessionAppendError class.

Declaration
public UploadSessionAppendError()

Properties

View Source

AsClosed

Gets this instance as a Closed, or null.

Declaration
public UploadSessionAppendError.Closed AsClosed { get; }
Property Value
Type Description
UploadSessionAppendError.Closed
View Source

AsConcurrentSessionInvalidDataSize

Gets this instance as a ConcurrentSessionInvalidDataSize, or null.

Declaration
public UploadSessionAppendError.ConcurrentSessionInvalidDataSize AsConcurrentSessionInvalidDataSize { get; }
Property Value
Type Description
UploadSessionAppendError.ConcurrentSessionInvalidDataSize
View Source

AsConcurrentSessionInvalidOffset

Gets this instance as a ConcurrentSessionInvalidOffset, or null.

Declaration
public UploadSessionAppendError.ConcurrentSessionInvalidOffset AsConcurrentSessionInvalidOffset { get; }
Property Value
Type Description
UploadSessionAppendError.ConcurrentSessionInvalidOffset
View Source

AsContentHashMismatch

Gets this instance as a ContentHashMismatch, or null.

Declaration
public UploadSessionAppendError.ContentHashMismatch AsContentHashMismatch { get; }
Property Value
Type Description
UploadSessionAppendError.ContentHashMismatch
View Source

AsIncorrectOffset

Gets this instance as a IncorrectOffset, or null.

Declaration
public UploadSessionAppendError.IncorrectOffset AsIncorrectOffset { get; }
Property Value
Type Description
UploadSessionAppendError.IncorrectOffset
View Source

AsNotFound

Gets this instance as a NotFound, or null.

Declaration
public UploadSessionAppendError.NotFound AsNotFound { get; }
Property Value
Type Description
UploadSessionAppendError.NotFound
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UploadSessionAppendError.Other AsOther { get; }
Property Value
Type Description
UploadSessionAppendError.Other
View Source

AsPayloadTooLarge

Gets this instance as a PayloadTooLarge, or null.

Declaration
public UploadSessionAppendError.PayloadTooLarge AsPayloadTooLarge { get; }
Property Value
Type Description
UploadSessionAppendError.PayloadTooLarge
View Source

AsTooLarge

Gets this instance as a TooLarge, or null.

Declaration
public UploadSessionAppendError.TooLarge AsTooLarge { get; }
Property Value
Type Description
UploadSessionAppendError.TooLarge
View Source

IsClosed

Gets a value indicating whether this instance is Closed

Declaration
public bool IsClosed { get; }
Property Value
Type Description
bool
View Source

IsConcurrentSessionInvalidDataSize

Gets a value indicating whether this instance is ConcurrentSessionInvalidDataSize

Declaration
public bool IsConcurrentSessionInvalidDataSize { get; }
Property Value
Type Description
bool
View Source

IsConcurrentSessionInvalidOffset

Gets a value indicating whether this instance is ConcurrentSessionInvalidOffset

Declaration
public bool IsConcurrentSessionInvalidOffset { get; }
Property Value
Type Description
bool
View Source

IsContentHashMismatch

Gets a value indicating whether this instance is ContentHashMismatch

Declaration
public bool IsContentHashMismatch { get; }
Property Value
Type Description
bool
View Source

IsIncorrectOffset

Gets a value indicating whether this instance is IncorrectOffset

Declaration
public bool IsIncorrectOffset { get; }
Property Value
Type Description
bool
View Source

IsNotFound

Gets a value indicating whether this instance is NotFound

Declaration
public bool IsNotFound { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPayloadTooLarge

Gets a value indicating whether this instance is PayloadTooLarge

Declaration
public bool IsPayloadTooLarge { get; }
Property Value
Type Description
bool
View Source

IsTooLarge

Gets a value indicating whether this instance is TooLarge

Declaration
public bool IsTooLarge { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK