Class UploadSessionOffsetError
The upload session offset error object
Inheritance
System.Object
UploadSessionOffsetError
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 UploadSessionOffsetError
Constructors
| Improve this Doc View SourceUploadSessionOffsetError(UInt64)
Initializes a new instance of the UploadSessionOffsetError class.
Declaration
public UploadSessionOffsetError(ulong correctOffset)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | correctOffset | The offset up to which data has been collected. |
Properties
| Improve this Doc View SourceCorrectOffset
The offset up to which data has been collected.
Declaration
public ulong CorrectOffset { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |