Knowledge Base

  1. Home
  2. Features
  3. Transfer Queue Item Fields
Created
Modified

Article 2683

Transfer Queue Item Fields

Field Description
{Id}  Unique Id of item
Example: {6251B600-6386-4e02-A9DE-EFA5A2446C43}
{Status}

Operation status

Unknown 0
List 5
SortItems 6
TransferProgress 10
SourceFileHash 15
DestinationFileHash 16
PreTransfer 17
PostTransfer 18
{State}

Operation state

Unknown 0
Ready 1
Run 2
Error 3
Finish 4
WaitingForRetry 5
Aborting 6
Aborted 7
WaitingForChildren 9
WaitingForDependencies 10
{Type}

Item type

Unknown 0
File 1
Folder 2
{Operation}
Unknown 0
Copy 1
Move 2
Delete 3
SetPermissions 6
ReadDirectory 7
Custom 8
Create 9
None 10
{Synchronization} 
Unknown 0
One Way 1
One Way with Delete 2
{Size}  Size of the file. For folders this value is 0 
{Task.Id} Id of the task the item belongs to
{Task.GroupId} Group id the task belongs to
Related tasks share the same group id
{Task.TotalBytes} Total size of all task items 
{Retry} Number of retries 
{LastError}

HRESULT of last error.

Examples:
0x00000000 S_OK for success (no error)
0x00044300 TRANSFERQUEUE_S_TRANSFER_SKIPFILEEXIST
0x00044301 TRANSFERQUEUE_S_TRANSFER_SKIPEXCLUSION

0x80070005 E_ACCESSDENIED for "Access is denied"
0x80044302 TRANSFERQUEUE_E_TRANSFER_HASHMISMATCH
0x80044303 TRANSFERQUEUE_E_TRANSFER_SIZEMISMATCH

{StartTime} Start time (UTC) in ISO8601 format
{FinishTime} Finish time (UTC) in ISO8601 format
   
{Source.Favorite.Id} Favorite Id
{Source.Favorite.Name} Favorite Name
{Source.Favorite.Description} Favorite - Description
{Source.Favorite.Username} Favorite - Username
{Source.Type} 
Unknown 0
Local 1
Remote 2
{Source.Path}  Full path 
{Source.Filename}  Filename extracted from full path.
   
{Destination.Favorite.Id} Favorite Id
{Destination.Favorite.Name} Favorite Name
{Destination.Favorite.Description} Favorite - Description
{Destination.Favorite.Username} Favorite - Username
{Destination.Type} 
Unknown 0
Local 1
Remote 2
{Destination.Path}  Full path
{Destination.Filename}  Filename extracted from full path.
   
{Progress.TransferredBytes}  Number of bytes transferred during the last transfer
{Progress.StartTime} Start time (Local Time) in ISO 8601 format of the last transfer
{Progress.StopTime} Stop time (Local Time) in ISO 8601 format of the last transfer
{Progress.DeltaTime}  Total time in seconds of the last transfer
{Progress.StartPosition}  Start position of the last transfer
{Progress.AverageSpeed}  Average speed in bytes/s of the last transfer
   
{Now.DateTime} Date and time (UTC) according to ISO 8601
Example: 2014-05-29T02:11:09
{Now.Date} Date (UTC) according to ISO 8601
Example: 2014-05-29
{Now.Time} Time (UTC) according to ISO 8601
02:11:09

Keywords
queue

Related Articles
icon Email Notifications
icon Transfer Queue File Logger


What do you think about this topic? Send feedback!