Show / Hide Table of Contents

Class RelocationBatchErrorEntry

The relocation batch error entry object

Inheritance
System.Object
RelocationBatchErrorEntry
RelocationBatchErrorEntry.InternalError
RelocationBatchErrorEntry.Other
RelocationBatchErrorEntry.RelocationError
RelocationBatchErrorEntry.TooManyWriteOperations
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 RelocationBatchErrorEntry

Constructors

| Improve this Doc View Source

RelocationBatchErrorEntry()

Initializes a new instance of the RelocationBatchErrorEntry class.

Declaration
public RelocationBatchErrorEntry()

Properties

| Improve this Doc View Source

AsInternalError

Gets this instance as a InternalError, or null.

Declaration
public RelocationBatchErrorEntry.InternalError AsInternalError { get; }
Property Value
Type Description
RelocationBatchErrorEntry.InternalError
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsRelocationError

Gets this instance as a RelocationError, or null.

Declaration
public RelocationBatchErrorEntry.RelocationError AsRelocationError { get; }
Property Value
Type Description
RelocationBatchErrorEntry.RelocationError
| Improve this Doc View Source

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

Declaration
public RelocationBatchErrorEntry.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type Description
RelocationBatchErrorEntry.TooManyWriteOperations
| Improve this Doc View Source

IsInternalError

Gets a value indicating whether this instance is InternalError

Declaration
public bool IsInternalError { 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

IsRelocationError

Gets a value indicating whether this instance is RelocationError

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

IsTooManyWriteOperations

Gets a value indicating whether this instance is TooManyWriteOperations

Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RelocationBatchErrorEntry()
  • Properties
    • AsInternalError
    • AsOther
    • AsRelocationError
    • AsTooManyWriteOperations
    • IsInternalError
    • IsOther
    • IsRelocationError
    • IsTooManyWriteOperations
Back to top Generated by DocFX