Show / Hide Table of Contents

Class UploadSessionFinishError

The upload session finish error object

Inheritance
System.Object
UploadSessionFinishError
UploadSessionFinishError.ConcurrentSessionDataNotAllowed
UploadSessionFinishError.ConcurrentSessionMissingData
UploadSessionFinishError.ConcurrentSessionNotClosed
UploadSessionFinishError.ContentHashMismatch
UploadSessionFinishError.LookupFailed
UploadSessionFinishError.Other
UploadSessionFinishError.Path
UploadSessionFinishError.PayloadTooLarge
UploadSessionFinishError.PropertiesError
UploadSessionFinishError.TooManySharedFolderTargets
UploadSessionFinishError.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 UploadSessionFinishError

Constructors

| Improve this Doc View Source

UploadSessionFinishError()

Initializes a new instance of the UploadSessionFinishError class.

Declaration
public UploadSessionFinishError()

Properties

| Improve this Doc View Source

AsConcurrentSessionDataNotAllowed

Gets this instance as a ConcurrentSessionDataNotAllowed, or null.

Declaration
public UploadSessionFinishError.ConcurrentSessionDataNotAllowed AsConcurrentSessionDataNotAllowed { get; }
Property Value
Type Description
UploadSessionFinishError.ConcurrentSessionDataNotAllowed
| Improve this Doc View Source

AsConcurrentSessionMissingData

Gets this instance as a ConcurrentSessionMissingData, or null.

Declaration
public UploadSessionFinishError.ConcurrentSessionMissingData AsConcurrentSessionMissingData { get; }
Property Value
Type Description
UploadSessionFinishError.ConcurrentSessionMissingData
| Improve this Doc View Source

AsConcurrentSessionNotClosed

Gets this instance as a ConcurrentSessionNotClosed, or null.

Declaration
public UploadSessionFinishError.ConcurrentSessionNotClosed AsConcurrentSessionNotClosed { get; }
Property Value
Type Description
UploadSessionFinishError.ConcurrentSessionNotClosed
| Improve this Doc View Source

AsContentHashMismatch

Gets this instance as a ContentHashMismatch, or null.

Declaration
public UploadSessionFinishError.ContentHashMismatch AsContentHashMismatch { get; }
Property Value
Type Description
UploadSessionFinishError.ContentHashMismatch
| Improve this Doc View Source

AsLookupFailed

Gets this instance as a LookupFailed, or null.

Declaration
public UploadSessionFinishError.LookupFailed AsLookupFailed { get; }
Property Value
Type Description
UploadSessionFinishError.LookupFailed
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

Declaration
public UploadSessionFinishError.Path AsPath { get; }
Property Value
Type Description
UploadSessionFinishError.Path
| Improve this Doc View Source

AsPayloadTooLarge

Gets this instance as a PayloadTooLarge, or null.

Declaration
public UploadSessionFinishError.PayloadTooLarge AsPayloadTooLarge { get; }
Property Value
Type Description
UploadSessionFinishError.PayloadTooLarge
| Improve this Doc View Source

AsPropertiesError

Gets this instance as a PropertiesError, or null.

Declaration
public UploadSessionFinishError.PropertiesError AsPropertiesError { get; }
Property Value
Type Description
UploadSessionFinishError.PropertiesError
| Improve this Doc View Source

AsTooManySharedFolderTargets

Gets this instance as a TooManySharedFolderTargets, or null.

Declaration
public UploadSessionFinishError.TooManySharedFolderTargets AsTooManySharedFolderTargets { get; }
Property Value
Type Description
UploadSessionFinishError.TooManySharedFolderTargets
| Improve this Doc View Source

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

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

IsConcurrentSessionDataNotAllowed

Gets a value indicating whether this instance is ConcurrentSessionDataNotAllowed

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

IsConcurrentSessionMissingData

Gets a value indicating whether this instance is ConcurrentSessionMissingData

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

IsConcurrentSessionNotClosed

Gets a value indicating whether this instance is ConcurrentSessionNotClosed

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

IsContentHashMismatch

Gets a value indicating whether this instance is ContentHashMismatch

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

IsLookupFailed

Gets a value indicating whether this instance is LookupFailed

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

IsPath

Gets a value indicating whether this instance is Path

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

IsPayloadTooLarge

Gets a value indicating whether this instance is PayloadTooLarge

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

IsPropertiesError

Gets a value indicating whether this instance is PropertiesError

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

IsTooManySharedFolderTargets

Gets a value indicating whether this instance is TooManySharedFolderTargets

Declaration
public bool IsTooManySharedFolderTargets { 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
    • UploadSessionFinishError()
  • Properties
    • AsConcurrentSessionDataNotAllowed
    • AsConcurrentSessionMissingData
    • AsConcurrentSessionNotClosed
    • AsContentHashMismatch
    • AsLookupFailed
    • AsOther
    • AsPath
    • AsPayloadTooLarge
    • AsPropertiesError
    • AsTooManySharedFolderTargets
    • AsTooManyWriteOperations
    • IsConcurrentSessionDataNotAllowed
    • IsConcurrentSessionMissingData
    • IsConcurrentSessionNotClosed
    • IsContentHashMismatch
    • IsLookupFailed
    • IsOther
    • IsPath
    • IsPayloadTooLarge
    • IsPropertiesError
    • IsTooManySharedFolderTargets
    • IsTooManyWriteOperations
Back to top Generated by DocFX