pctasks.core.storage.blob.BlobStorage ===================================== .. currentmodule:: pctasks.core.storage.blob .. autoclass:: BlobStorage .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~BlobStorage.__init__ ~BlobStorage.delete_file ~BlobStorage.delete_folder ~BlobStorage.download_file ~BlobStorage.file_exists ~BlobStorage.from_account_key ~BlobStorage.from_connection_string ~BlobStorage.from_uri ~BlobStorage.fsspec_path ~BlobStorage.get_authenticated_url ~BlobStorage.get_file_info ~BlobStorage.get_path ~BlobStorage.get_path_from_url ~BlobStorage.get_substorage ~BlobStorage.get_uri ~BlobStorage.get_url ~BlobStorage.list_files ~BlobStorage.read_bytes ~BlobStorage.read_json ~BlobStorage.read_ndjson ~BlobStorage.read_text ~BlobStorage.sign ~BlobStorage.upload_bytes ~BlobStorage.upload_code ~BlobStorage.upload_file ~BlobStorage.walk ~BlobStorage.write_bytes ~BlobStorage.write_dict ~BlobStorage.write_text .. rubric:: Attributes .. autosummary:: ~BlobStorage.fsspec_storage_options ~BlobStorage.root_uri