#include <data_movement_gass.hh>
Public Attributes | |
| xsd__long | id |
| xsd__int | type |
| xsd__int | status |
| xsd__double | progress_percentage |
| xsd__int | error_code |
| xsd__string | error_string |
| xsd__string | user_DN |
Definition at line 35 of file data_movement_gass.hh.
|
|
Numeric error code (200 - OK, 300 - service error, other - ftp error codes) Definition at line 55 of file data_movement_gass.hh. |
|
|
Human-readable error string Definition at line 59 of file data_movement_gass.hh. |
|
|
Unique (per service instance) identifier of the transfer Definition at line 39 of file data_movement_gass.hh. |
|
|
Percentage of completion for copy and move Definition at line 51 of file data_movement_gass.hh. |
|
|
Operation status : 0 - New, 1 - Active, 2 - Pending, 3 - Failed, 4 - Done Definition at line 47 of file data_movement_gass.hh. |
|
|
Operation type : 0 - Copy, 1 - Move, 2 - Delete Definition at line 43 of file data_movement_gass.hh. |
|
|
DN of the user that initiated the transfer Definition at line 63 of file data_movement_gass.hh. |
1.2.18