tapis-streams 0.3.0

Manage Tapis Streams API.
Documentation
# Transfer

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**filename** | Option<**String**> | The filename to create on the destination | [optional]
**created_at** | Option<**String**> | ISO8601 datetime string for object creation date | [optional]
**owner** | Option<**String**> | Owner of this archive | [optional]
**system_id** | Option<**String**> | ID os System ID to send archive too. | [optional]
**path** | Option<**String**> | The directory path to write archive to on selected System. | [optional]
**project_id** | Option<**String**> | The Project the data is within. | [optional]
**inst_id** | Option<**String**> | The Instrument to pull measurement data from for the start and end dates. | [optional]
**data_format** | Option<**String**> | The data measurement format - csv or JSON is currently supported | [optional]
**start_date** | Option<**String**> | A ISO8601 formatted datetime string for the starting time for archival data | [optional]
**end_date** | Option<**String**> | A ISO8601 formatted datetime string for the ending time for archival data | [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)