Interface BlobAdapter

All Known Implementing Classes:
DefaultBlobAdapter

public interface BlobAdapter
Adapter over BlockBlobClient in order to support mocking.
  • Method Details

    • getOutputStream

      OutputStream getOutputStream()
    • openInputStream

      InputStream openInputStream()
    • getBlobName

      String getBlobName()
    • getBlobSize

      long getBlobSize()
    • setMetadata

      void setMetadata(Map<String,String> metadata)