Class UploadSessionAppendBatchError
The upload session append batch error object
Inheritance
UploadSessionAppendBatchError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionAppendBatchError
Constructors
View SourceUploadSessionAppendBatchError()
Initializes a new instance of the UploadSessionAppendBatchError class.
Declaration
public UploadSessionAppendBatchError()
Properties
View SourceAsContentHashMismatch
Gets this instance as a ContentHashMismatch, or null.
Declaration
public UploadSessionAppendBatchError.ContentHashMismatch AsContentHashMismatch { get; }
Property Value
| Type | Description |
|---|---|
| UploadSessionAppendBatchError.ContentHashMismatch |
AsLengthMismatch
Gets this instance as a LengthMismatch, or null.
Declaration
public UploadSessionAppendBatchError.LengthMismatch AsLengthMismatch { get; }
Property Value
| Type | Description |
|---|---|
| UploadSessionAppendBatchError.LengthMismatch |
AsOther
Gets this instance as a Other, or null.
Declaration
public UploadSessionAppendBatchError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| UploadSessionAppendBatchError.Other |
AsPayloadTooLarge
Gets this instance as a PayloadTooLarge, or null.
Declaration
public UploadSessionAppendBatchError.PayloadTooLarge AsPayloadTooLarge { get; }
Property Value
| Type | Description |
|---|---|
| UploadSessionAppendBatchError.PayloadTooLarge |
IsContentHashMismatch
Gets a value indicating whether this instance is ContentHashMismatch
Declaration
public bool IsContentHashMismatch { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLengthMismatch
Gets a value indicating whether this instance is LengthMismatch
Declaration
public bool IsLengthMismatch { 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 |
IsPayloadTooLarge
Gets a value indicating whether this instance is PayloadTooLarge
Declaration
public bool IsPayloadTooLarge { get; }
Property Value
| Type | Description |
|---|---|
| bool |