Class UploadSessionFinishError
The upload session finish error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionFinishError
Constructors
| Improve this Doc View SourceUploadSessionFinishError()
Initializes a new instance of the Upload
Declaration
public UploadSessionFinishError()
Properties
| Improve this Doc View SourceAsConcurrentSessionDataNotAllowed
Gets this instance as a ConcurrentSessionDataNotAllowed, or
null
.
Declaration
public UploadSessionFinishError.ConcurrentSessionDataNotAllowed AsConcurrentSessionDataNotAllowed { get; }
Property Value
Type | Description |
---|---|
Upload |
AsConcurrentSessionMissingData
Gets this instance as a ConcurrentSessionMissingData, or null
.
Declaration
public UploadSessionFinishError.ConcurrentSessionMissingData AsConcurrentSessionMissingData { get; }
Property Value
Type | Description |
---|---|
Upload |
AsConcurrentSessionNotClosed
Gets this instance as a ConcurrentSessionNotClosed, or null
.
Declaration
public UploadSessionFinishError.ConcurrentSessionNotClosed AsConcurrentSessionNotClosed { get; }
Property Value
Type | Description |
---|---|
Upload |
AsContentHashMismatch
Gets this instance as a ContentHashMismatch, or null
.
Declaration
public UploadSessionFinishError.ContentHashMismatch AsContentHashMismatch { get; }
Property Value
Type | Description |
---|---|
Upload |
AsLookupFailed
Gets this instance as a LookupFailed, or null
.
Declaration
public UploadSessionFinishError.LookupFailed AsLookupFailed { get; }
Property Value
Type | Description |
---|---|
Upload |
AsOther
Gets this instance as a Other, or null
.
Declaration
public UploadSessionFinishError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Upload |
AsPath
Gets this instance as a Path, or null
.
Declaration
public UploadSessionFinishError.Path AsPath { get; }
Property Value
Type | Description |
---|---|
Upload |
AsPayloadTooLarge
Gets this instance as a PayloadTooLarge, or null
.
Declaration
public UploadSessionFinishError.PayloadTooLarge AsPayloadTooLarge { get; }
Property Value
Type | Description |
---|---|
Upload |
AsPropertiesError
Gets this instance as a PropertiesError, or null
.
Declaration
public UploadSessionFinishError.PropertiesError AsPropertiesError { get; }
Property Value
Type | Description |
---|---|
Upload |
AsTooManySharedFolderTargets
Gets this instance as a TooManySharedFolderTargets, or null
.
Declaration
public UploadSessionFinishError.TooManySharedFolderTargets AsTooManySharedFolderTargets { get; }
Property Value
Type | Description |
---|---|
Upload |
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null
.
Declaration
public UploadSessionFinishError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type | Description |
---|---|
Upload |
IsConcurrentSessionDataNotAllowed
Gets a value indicating whether this instance is ConcurrentSessionDataNotAllowed
Declaration
public bool IsConcurrentSessionDataNotAllowed { get; }
Property Value
Type | Description |
---|---|
System. |
IsConcurrentSessionMissingData
Gets a value indicating whether this instance is ConcurrentSessionMissingData
Declaration
public bool IsConcurrentSessionMissingData { get; }
Property Value
Type | Description |
---|---|
System. |
IsConcurrentSessionNotClosed
Gets a value indicating whether this instance is ConcurrentSessionNotClosed
Declaration
public bool IsConcurrentSessionNotClosed { get; }
Property Value
Type | Description |
---|---|
System. |
IsContentHashMismatch
Gets a value indicating whether this instance is ContentHashMismatch
Declaration
public bool IsContentHashMismatch { get; }
Property Value
Type | Description |
---|---|
System. |
IsLookupFailed
Gets a value indicating whether this instance is LookupFailed
Declaration
public bool IsLookupFailed { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
Type | Description |
---|---|
System. |
IsPayloadTooLarge
Gets a value indicating whether this instance is PayloadTooLarge
Declaration
public bool IsPayloadTooLarge { get; }
Property Value
Type | Description |
---|---|
System. |
IsPropertiesError
Gets a value indicating whether this instance is PropertiesError
Declaration
public bool IsPropertiesError { get; }
Property Value
Type | Description |
---|---|
System. |
IsTooManySharedFolderTargets
Gets a value indicating whether this instance is TooManySharedFolderTargets
Declaration
public bool IsTooManySharedFolderTargets { get; }
Property Value
Type | Description |
---|---|
System. |
IsTooManyWriteOperations
Gets a value indicating whether this instance is TooManyWriteOperations
Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type | Description |
---|---|
System. |