Interface BlobAdapter
- All Known Implementing Classes:
DefaultBlobAdapter
public interface BlobAdapter
Adapter over
BlockBlobClient in order to support mocking.-
Method Summary
-
Method Details
-
getOutputStream
OutputStream getOutputStream() -
openInputStream
InputStream openInputStream() -
getBlobName
String getBlobName() -
getBlobSize
long getBlobSize() -
setMetadata
-