Package com.aventstack.chaintest.storage
Class AzureBlobClient
java.lang.Object
com.aventstack.chaintest.storage.AzureBlobClient
- All Implemented Interfaces:
StorageService
Azure Blob Storage client provides the ability to upload files to Azure Blob Storage
Further reading:
-
Field Summary
Fields inherited from interface com.aventstack.chaintest.storage.StorageService
DEFAULT_CONTAINER_NAME, STORAGE_CONTAINER_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aventstack.chaintest.storage.StorageService
getPrefixKey
-
Constructor Details
-
AzureBlobClient
public AzureBlobClient()
-
-
Method Details
-
create
- Specified by:
createin interfaceStorageService
-
withPrefix
- Specified by:
withPrefixin interfaceStorageService
-
upload
- Specified by:
uploadin interfaceStorageService
-
upload
- Specified by:
uploadin interfaceStorageService
-
upload
- Specified by:
uploadin interfaceStorageService
-
upload
- Specified by:
uploadin interfaceStorageService
-
close
public void close()- Specified by:
closein interfaceStorageService
-