AzureStorageAdaptor

UMLClass
Skill Seekers :: skill_seekers :: Storage :: AzureStorageAdaptor

Description

Azure Blob Storage adaptor. Requires azure-storage-blob.

Generalized Elements

Attributes

Visibility Name Type Description
public container_name str
public account_name str | None
public account_key str | None
public blob_service_client BlobServiceClient
public container_client ContainerClient

Operations

Visibility Name Description
public __init__(**kwargs)()
public upload_file(local_path: str, remote_path: str, metadata: dict | None) : str()
public download_file(remote_path: str, local_path: str) : None()
public delete_file(remote_path: str) : None()
public list_files(prefix: str, max_results: int) : list[StorageObject]()
public file_exists(remote_path: str) : bool()
public get_file_url(remote_path: str, expires_in: int) : str()
public copy_file(source_path: str, dest_path: str) : None()

Properties

Name Value
name AzureStorageAdaptor
stereotype null
visibility public
isAbstract false
isFinalSpecialization false
isLeaf false
isActive false

Relationships

Owned Elements

Diagrams