Package com.autoliv.datalogger.storage

Interfaces for different blob storage services

Types

Link copied to clipboard
class AzureBlobStorage(    val client: HttpClient,     val blobUri: String,     val sasToken: String,     existInStorage: Boolean) : BlobStorage

A BlobStorage implementation that interfaces with Azure Blob Storage

Link copied to clipboard
class AzureBlockBlobStorage : BlobStorage

A BlobStorage implementation that interfaces with Azure Blob Storage using Block operations

Link copied to clipboard
interface BlobStorage

Interface for accessing sending and receiving files from a blob storage