Show / Hide Table of Contents

Class UploadSessionAppendError

The upload session append error object

Inheritance
System.Object
UploadSessionAppendError
UploadSessionAppendError.Closed
UploadSessionAppendError.ConcurrentSessionInvalidDataSize
UploadSessionAppendError.ConcurrentSessionInvalidOffset
UploadSessionAppendError.ContentHashMismatch
UploadSessionAppendError.IncorrectOffset
UploadSessionAppendError.NotClosed
UploadSessionAppendError.NotFound
UploadSessionAppendError.Other
UploadSessionAppendError.PayloadTooLarge
UploadSessionAppendError.TooLarge
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 UploadSessionAppendError

Constructors

| Improve this Doc View Source

UploadSessionAppendError()

Initializes a new instance of the UploadSessionAppendError class.

Declaration
public UploadSessionAppendError()

Properties

| Improve this Doc View Source

AsClosed

Gets this instance as a Closed, or null.

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

AsConcurrentSessionInvalidDataSize

Gets this instance as a ConcurrentSessionInvalidDataSize, or null.

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

AsConcurrentSessionInvalidOffset

Gets this instance as a ConcurrentSessionInvalidOffset, or null.

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

AsContentHashMismatch

Gets this instance as a ContentHashMismatch, or null.

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

AsIncorrectOffset

Gets this instance as a IncorrectOffset, or null.

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

AsNotClosed

Gets this instance as a NotClosed, or null.

Declaration
public UploadSessionAppendError.NotClosed AsNotClosed { get; }
Property Value
Type Description
UploadSessionAppendError.NotClosed
| Improve this Doc View Source

AsNotFound

Gets this instance as a NotFound, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPayloadTooLarge

Gets this instance as a PayloadTooLarge, or null.

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

AsTooLarge

Gets this instance as a TooLarge, or null.

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

IsClosed

Gets a value indicating whether this instance is Closed

Declaration
public bool IsClosed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsConcurrentSessionInvalidDataSize

Gets a value indicating whether this instance is ConcurrentSessionInvalidDataSize

Declaration
public bool IsConcurrentSessionInvalidDataSize { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsConcurrentSessionInvalidOffset

Gets a value indicating whether this instance is ConcurrentSessionInvalidOffset

Declaration
public bool IsConcurrentSessionInvalidOffset { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsContentHashMismatch

Gets a value indicating whether this instance is ContentHashMismatch

Declaration
public bool IsContentHashMismatch { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIncorrectOffset

Gets a value indicating whether this instance is IncorrectOffset

Declaration
public bool IsIncorrectOffset { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotClosed

Gets a value indicating whether this instance is NotClosed

Declaration
public bool IsNotClosed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotFound

Gets a value indicating whether this instance is NotFound

Declaration
public bool IsNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPayloadTooLarge

Gets a value indicating whether this instance is PayloadTooLarge

Declaration
public bool IsPayloadTooLarge { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTooLarge

Gets a value indicating whether this instance is TooLarge

Declaration
public bool IsTooLarge { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UploadSessionAppendError()
  • Properties
    • AsClosed
    • AsConcurrentSessionInvalidDataSize
    • AsConcurrentSessionInvalidOffset
    • AsContentHashMismatch
    • AsIncorrectOffset
    • AsNotClosed
    • AsNotFound
    • AsOther
    • AsPayloadTooLarge
    • AsTooLarge
    • IsClosed
    • IsConcurrentSessionInvalidDataSize
    • IsConcurrentSessionInvalidOffset
    • IsContentHashMismatch
    • IsIncorrectOffset
    • IsNotClosed
    • IsNotFound
    • IsOther
    • IsPayloadTooLarge
    • IsTooLarge
Back to top Generated by DocFX