Creates and prepares transfer for given object id. The function
returns E_INVALID
if one of the arguments is invalid. Argument
node_id
must be a valid id, type_id
must be a valid UUIDv4, and
size greater than 0.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(transfer_type), | intent(out) | :: | transfer |
Transfer type. |
||
character(len=*), | intent(in) | :: | node_id |
Node id. |
||
character(len=TRANSFER_ID_LEN), | intent(in) | :: | type_id |
Object id. |
||
integer, | intent(in) | :: | type |
Object type ( |
||
integer(kind=i8), | intent(in) | :: | size |
File size [byte]. |