Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadSessionAppendBatchEntryError

The upload session append batch entry error object

Inheritance
object
UploadSessionAppendBatchEntryError
UploadSessionAppendBatchEntryError.Closed
UploadSessionAppendBatchEntryError.ConcurrentSessionInvalidDataSize
UploadSessionAppendBatchEntryError.ConcurrentSessionInvalidOffset
UploadSessionAppendBatchEntryError.IncorrectOffset
UploadSessionAppendBatchEntryError.NotFound
UploadSessionAppendBatchEntryError.Other
UploadSessionAppendBatchEntryError.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 UploadSessionAppendBatchEntryError

Constructors

View Source

UploadSessionAppendBatchEntryError()

Initializes a new instance of the UploadSessionAppendBatchEntryError class.

Declaration
public UploadSessionAppendBatchEntryError()

Properties

View Source

AsClosed

Gets this instance as a Closed, or null.

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

AsConcurrentSessionInvalidDataSize

Gets this instance as a ConcurrentSessionInvalidDataSize, or null.

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

AsConcurrentSessionInvalidOffset

Gets this instance as a ConcurrentSessionInvalidOffset, or null.

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

AsIncorrectOffset

Gets this instance as a IncorrectOffset, or null.

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

AsNotFound

Gets this instance as a NotFound, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTooLarge

Gets this instance as a TooLarge, or null.

Declaration
public UploadSessionAppendBatchEntryError.TooLarge AsTooLarge { get; }
Property Value
Type Description
UploadSessionAppendBatchEntryError.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

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

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