#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 42 of file data_movement_gass.hh.
|
|
Numeric error code (200 - OK, 300 - service error, other - ftp error codes) Definition at line 62 of file data_movement_gass.hh. |
|
|
Human-readable error string Definition at line 66 of file data_movement_gass.hh. |
|
|
Unique (per service instance) identifier of the transfer Definition at line 46 of file data_movement_gass.hh. |
|
|
Percentage of completion for copy and move Definition at line 58 of file data_movement_gass.hh. |
|
|
Operation status : 0 - New, 1 - Active, 2 - Pending, 3 - Failed, 4 - Done Definition at line 54 of file data_movement_gass.hh. |
|
|
Operation type : 0 - Copy, 1 - Move, 2 - Delete Definition at line 50 of file data_movement_gass.hh. |
|
|
DN of the user that initiated the transfer Definition at line 70 of file data_movement_gass.hh. |
1.2.18