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