Class UploadSessionAppendError
The upload session append error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionAppendError
  Constructors
| Improve this Doc View SourceUploadSessionAppendError()
Initializes a new instance of the UploadSessionAppendError class.
Declaration
public UploadSessionAppendError()
  Properties
| Improve this Doc View SourceAsClosed
Gets this instance as a Closed, or null.
Declaration
public UploadSessionAppendError.Closed AsClosed { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionAppendError.Closed | 
AsConcurrentSessionInvalidDataSize
Gets this instance as a ConcurrentSessionInvalidDataSize, or
null.
Declaration
public UploadSessionAppendError.ConcurrentSessionInvalidDataSize AsConcurrentSessionInvalidDataSize { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionAppendError.ConcurrentSessionInvalidDataSize | 
AsConcurrentSessionInvalidOffset
Gets this instance as a ConcurrentSessionInvalidOffset, or
null.
Declaration
public UploadSessionAppendError.ConcurrentSessionInvalidOffset AsConcurrentSessionInvalidOffset { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionAppendError.ConcurrentSessionInvalidOffset | 
AsContentHashMismatch
Gets this instance as a ContentHashMismatch, or null.
Declaration
public UploadSessionAppendError.ContentHashMismatch AsContentHashMismatch { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionAppendError.ContentHashMismatch | 
AsIncorrectOffset
Gets this instance as a IncorrectOffset, or null.
Declaration
public UploadSessionAppendError.IncorrectOffset AsIncorrectOffset { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionAppendError.IncorrectOffset | 
AsNotClosed
Gets this instance as a NotClosed, or null.
Declaration
public UploadSessionAppendError.NotClosed AsNotClosed { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionAppendError.NotClosed | 
AsNotFound
Gets this instance as a NotFound, or null.
Declaration
public UploadSessionAppendError.NotFound AsNotFound { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionAppendError.NotFound | 
AsOther
Gets this instance as a Other, or null.
Declaration
public UploadSessionAppendError.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionAppendError.Other | 
AsPayloadTooLarge
Gets this instance as a PayloadTooLarge, or null.
Declaration
public UploadSessionAppendError.PayloadTooLarge AsPayloadTooLarge { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionAppendError.PayloadTooLarge | 
AsTooLarge
Gets this instance as a TooLarge, or null.
Declaration
public UploadSessionAppendError.TooLarge AsTooLarge { get; }
  Property Value
| Type | Description | 
|---|---|
| UploadSessionAppendError.TooLarge | 
IsClosed
Gets a value indicating whether this instance is Closed
Declaration
public bool IsClosed { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsConcurrentSessionInvalidDataSize
Gets a value indicating whether this instance is ConcurrentSessionInvalidDataSize
Declaration
public bool IsConcurrentSessionInvalidDataSize { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsConcurrentSessionInvalidOffset
Gets a value indicating whether this instance is ConcurrentSessionInvalidOffset
Declaration
public bool IsConcurrentSessionInvalidOffset { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsContentHashMismatch
Gets a value indicating whether this instance is ContentHashMismatch
Declaration
public bool IsContentHashMismatch { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsIncorrectOffset
Gets a value indicating whether this instance is IncorrectOffset
Declaration
public bool IsIncorrectOffset { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsNotClosed
Gets a value indicating whether this instance is NotClosed
Declaration
public bool IsNotClosed { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPayloadTooLarge
Gets a value indicating whether this instance is PayloadTooLarge
Declaration
public bool IsPayloadTooLarge { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsTooLarge
Gets a value indicating whether this instance is TooLarge
Declaration
public bool IsTooLarge { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |