Class UploadSessionOffsetError
The upload session offset error object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionOffsetError
Constructors
View SourceUploadSessionOffsetError(ulong)
Initializes a new instance of the UploadSessionOffsetError class.
Declaration
public UploadSessionOffsetError(ulong correctOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | correctOffset | The offset up to which data has been collected. |
Properties
View SourceCorrectOffset
The offset up to which data has been collected.
Declaration
public ulong CorrectOffset { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |