Questions tagged [blobclient]

1 questions
0
votes
1 answer

Why does BlobClient.setHttpHeaders(...) stop further processing?

I try to upload a file as a byte[] to an Azure Storage Account this way: public void uploadFilesInBatch(Map documents) throws InterruptedException, IOException { // int numThreads =…
du-it
  • 2,561
  • 8
  • 42
  • 80