Class RelocationBatchErrorEntry
The relocation batch error entry object
Inheritance
RelocationBatchErrorEntry
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RelocationBatchErrorEntry
Constructors
View SourceRelocationBatchErrorEntry()
Initializes a new instance of the RelocationBatchErrorEntry class.
Declaration
public RelocationBatchErrorEntry()
Properties
View SourceAsInternalError
Gets this instance as a InternalError, or null.
Declaration
public RelocationBatchErrorEntry.InternalError AsInternalError { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchErrorEntry.InternalError |
AsOther
Gets this instance as a Other, or null.
Declaration
public RelocationBatchErrorEntry.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchErrorEntry.Other |
AsRelocationError
Gets this instance as a RelocationError, or null.
Declaration
public RelocationBatchErrorEntry.RelocationError AsRelocationError { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchErrorEntry.RelocationError |
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null.
Declaration
public RelocationBatchErrorEntry.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
| Type | Description |
|---|---|
| RelocationBatchErrorEntry.TooManyWriteOperations |
IsInternalError
Gets a value indicating whether this instance is InternalError
Declaration
public bool IsInternalError { 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 |
IsRelocationError
Gets a value indicating whether this instance is RelocationError
Declaration
public bool IsRelocationError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyWriteOperations
Gets a value indicating whether this instance is TooManyWriteOperations
Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
| Type | Description |
|---|---|
| bool |