0
votes

I am unable to find references of blob output/input stream BlobOutputStream in azure-storage-blob version 10.1.0 https://github.com/Azure/azure-storage-java is it deprecated?

1

1 Answers

0
votes

I downloaded a reference package of azure-storage-blob version with maven and I found the error:

reference about com.microsoft.azure.storage.blob.BlobOutputStream cannot be resolved.

Then I searched for the class, it shows the highest version which is supported by "BlobOutputStream" is 6.1.0.

screenshot

So "BlobOutputStream" is not supported by azure-storage-blob v10.

If you still have questions, please comment me.