public class AzureStorageHelper extends Object
| Constructor and Description |
|---|
AzureStorageHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteBlob(com.microsoft.azure.storage.CloudStorageAccount storageAccount,
String containerName,
String blobName) |
protected static com.microsoft.azure.storage.blob.CloudBlobContainer |
getBlobContainer(com.microsoft.azure.storage.CloudStorageAccount storageAccount,
String containerName) |
static String |
uploadFileAsBlob(File fileToUpload,
com.microsoft.azure.storage.CloudStorageAccount storageAccount,
String containerName,
String blobName) |
public static String uploadFileAsBlob(File fileToUpload, com.microsoft.azure.storage.CloudStorageAccount storageAccount, String containerName, String blobName) throws Exception
Exceptionpublic static void deleteBlob(com.microsoft.azure.storage.CloudStorageAccount storageAccount,
String containerName,
String blobName)
throws Exception
ExceptionCopyright © 2019. All rights reserved.