Class UploadSessionLookupError
The upload session lookup error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionLookupError
Constructors
| Improve this Doc View SourceUploadSessionLookupError()
Initializes a new instance of the UploadSessionLookupError class.
Declaration
public UploadSessionLookupError()
Properties
| Improve this Doc View SourceAsClosed
Gets this instance as a Closed, or null
.
Declaration
public UploadSessionLookupError.Closed AsClosed { get; }
Property Value
Type | Description |
---|---|
UploadSessionLookupError.Closed |
AsConcurrentSessionInvalidDataSize
Gets this instance as a ConcurrentSessionInvalidDataSize, or
null
.
Declaration
public UploadSessionLookupError.ConcurrentSessionInvalidDataSize AsConcurrentSessionInvalidDataSize { get; }
Property Value
Type | Description |
---|---|
UploadSessionLookupError.ConcurrentSessionInvalidDataSize |
AsConcurrentSessionInvalidOffset
Gets this instance as a ConcurrentSessionInvalidOffset, or
null
.
Declaration
public UploadSessionLookupError.ConcurrentSessionInvalidOffset AsConcurrentSessionInvalidOffset { get; }
Property Value
Type | Description |
---|---|
UploadSessionLookupError.ConcurrentSessionInvalidOffset |
AsIncorrectOffset
Gets this instance as a IncorrectOffset, or null
.
Declaration
public UploadSessionLookupError.IncorrectOffset AsIncorrectOffset { get; }
Property Value
Type | Description |
---|---|
UploadSessionLookupError.IncorrectOffset |
AsNotClosed
Gets this instance as a NotClosed, or null
.
Declaration
public UploadSessionLookupError.NotClosed AsNotClosed { get; }
Property Value
Type | Description |
---|---|
UploadSessionLookupError.NotClosed |
AsNotFound
Gets this instance as a NotFound, or null
.
Declaration
public UploadSessionLookupError.NotFound AsNotFound { get; }
Property Value
Type | Description |
---|---|
UploadSessionLookupError.NotFound |
AsOther
Gets this instance as a Other, or null
.
Declaration
public UploadSessionLookupError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
UploadSessionLookupError.Other |
AsPayloadTooLarge
Gets this instance as a PayloadTooLarge, or null
.
Declaration
public UploadSessionLookupError.PayloadTooLarge AsPayloadTooLarge { get; }
Property Value
Type | Description |
---|---|
UploadSessionLookupError.PayloadTooLarge |
AsTooLarge
Gets this instance as a TooLarge, or null
.
Declaration
public UploadSessionLookupError.TooLarge AsTooLarge { get; }
Property Value
Type | Description |
---|---|
UploadSessionLookupError.TooLarge |
IsClosed
Gets a value indicating whether this instance is Closed
Declaration
public bool IsClosed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsConcurrentSessionInvalidDataSize
Gets a value indicating whether this instance is ConcurrentSessionInvalidDataSize
Declaration
public bool IsConcurrentSessionInvalidDataSize { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsConcurrentSessionInvalidOffset
Gets a value indicating whether this instance is ConcurrentSessionInvalidOffset
Declaration
public bool IsConcurrentSessionInvalidOffset { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIncorrectOffset
Gets a value indicating whether this instance is IncorrectOffset
Declaration
public bool IsIncorrectOffset { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotClosed
Gets a value indicating whether this instance is NotClosed
Declaration
public bool IsNotClosed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPayloadTooLarge
Gets a value indicating whether this instance is PayloadTooLarge
Declaration
public bool IsPayloadTooLarge { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooLarge
Gets a value indicating whether this instance is TooLarge
Declaration
public bool IsTooLarge { get; }
Property Value
Type | Description |
---|---|
System.Boolean |