class documentation
TransferService provides functionality for creating and managing transfers that migrate data from other providers or across different regions of Nebius Object Storage.
| Method | |
Missing associated documentation comment in .proto file. |
| Method | |
Fully delete a transfer along with its history. If the transfer is active, it will be stopped and then deleted. |
| Method | |
Missing associated documentation comment in .proto file. |
| Method | |
Missing associated documentation comment in .proto file. |
| Method | |
Get transfer iteration history. |
| Method | |
Missing associated documentation comment in .proto file. |
| Method | |
Resume stopped or failed transfer. |
| Method | |
Stop active transfer. If the transfer is currently moving data, it will be transitioned to the Stopping state and will move to the Stopped state once all processes have been stopped. If the transfer is waiting between iterations, it will stop immediately... |
| Method | |
Missing associated documentation comment in .proto file. |
Fully delete a transfer along with its history. If the transfer is active, it will be stopped and then deleted.
Stop active transfer. If the transfer is currently moving data, it will be transitioned to the Stopping state and will move to the Stopped state once all processes have been stopped. If the transfer is waiting between iterations, it will stop immediately. Only transfers in Active state can be stopped.