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
Content copied to clipboard
A BlobStorage implementation that interfaces with Azure Blob Storage
Link copied to clipboard
A BlobStorage implementation that interfaces with Azure Blob Storage using Block operations
Link copied to clipboard
Interface for accessing sending and receiving files from a blob storage