This commit is contained in:
Hong Ooi 2019-12-27 18:55:26 +11:00
Родитель 34c2b97c6c
Коммит 9cc5a8cd04
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -57,6 +57,7 @@ These functions for working with objects within a storage container:
- `create_storage_dir`: for ADLSgen2 and file storage, create a directory
- `delete_storage_dir`: for ADLSgen2 and file storage, delete a directory
- `delete_storage_file`: delete a file or blob
- `storage_file_exists`: check that a file or blob exists
- `storage_upload`/`storage_download`: transfer a file to or from a storage container
- `storage_multiupload`/`storage_multidownload`: transfer multiple files in parallel to or from a storage container
- `get_storage_properties`: Get properties for a storage object

Просмотреть файл

@ -59,6 +59,7 @@ These functions for working with objects within a storage container:
- `create_storage_dir`: for ADLSgen2 and file storage, create a directory
- `delete_storage_dir`: for ADLSgen2 and file storage, delete a directory
- `delete_storage_file`: delete a file or blob
- `storage_file_exists`: check that a file or blob exists
- `storage_upload`/`storage_download`: transfer a file to or from a storage container
- `storage_multiupload`/`storage_multidownload`: transfer multiple files in parallel to or from a storage container