Name | Type | Description | Notes |
---|---|---|---|
mode | String | Mode of the storage import within the space. In case of `auto` mode, the storage will be automatically scanned and data will be imported from storage into the assigned Onedata space without need for copying the data. Configuration of the auto storage import can be passed in the `autoStorageImportConfig` parameter. It is possible to enable periodical scans for automatic detection of changes on the storage (refer to the option `continuousScan` in the config). In case of `manual` mode, the files must be registered manually by the space users with REST API. Registration of directories is not supported. For more info please read: https://onedata.org/#/home/api/stable/oneprovider?anchor=tag/File-registration | [optional] [default to 'auto'] |
autoStorageImportConfig | AutoStorageImportConfig | [optional] |
-
auto
(value:"auto"
) -
manual
(value:"manual"
)