tapis-files 0.3.1

The Tapis Files API provides for management of file resources on Tapis systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ReqTransferElement

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**source_uri** | **String** |  | 
**destination_uri** | **String** |  | 
**optional** | Option<**bool**> | Allow the full transfer to succeed even if this element fails. | [optional][default to false]
**transfer_type** | Option<**String**> | If this value is set to anything other than TRANSFER, both the source and target MUST, be on the same tapis system.  If the value is SERVICE_MOVE_DIRECTORY_CONTENTS, the  source URI is expected to be a directory, and the contents of that directory will be transfered to the target URI.  The target must be an existing directory or the operation will fail.  If the value is SERVICE_MOVE_FILE_OR_DIRECTORY the file or directory will be moved to the target URI.  If the target already exists, it will be overwritten.  | [optional]
**src_shared_ctx** | Option<**String**> |  | [optional]
**dest_shared_ctx** | Option<**String**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)