Class DefaultBlobAdapter
java.lang.Object
org.eclipse.edc.azure.blob.adapter.DefaultBlobAdapter
- All Implemented Interfaces:
BlobAdapter
Implementation of
BlobAdapter using a BlockBlobClient.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultBlobAdapter(com.azure.storage.blob.specialized.BlockBlobClient client) -
Method Summary
-
Constructor Details
-
DefaultBlobAdapter
public DefaultBlobAdapter(com.azure.storage.blob.specialized.BlockBlobClient client)
-
-
Method Details
-
getOutputStream
- Specified by:
getOutputStreamin interfaceBlobAdapter
-
openInputStream
- Specified by:
openInputStreamin interfaceBlobAdapter
-
getBlobName
- Specified by:
getBlobNamein interfaceBlobAdapter
-
getBlobSize
public long getBlobSize()- Specified by:
getBlobSizein interfaceBlobAdapter
-
setMetadata
- Specified by:
setMetadatain interfaceBlobAdapter
-