BlobStorage

interface BlobStorage

Interface for accessing sending and receiving files from a blob storage

Functions

Link copied to clipboard
abstract fun download(savePath: String)

Downloads the blob from the storage to the specified path

Link copied to clipboard
abstract fun upload(filePath: String)

Uploads the specified file to the storage

Properties

Link copied to clipboard
abstract val existsInStorage: Boolean

Boolean flag if there is a blob in the storage

Inheritors

Link copied to clipboard
Link copied to clipboard