public interface WindowsAzureServiceFactory
| Modifier and Type | Method and Description |
|---|---|
CloudBlobClient |
getCloudBlobClient(MediaStorageConfigService.MediaFolderConfig config)
Gets the cloud blob client configured globally or per media folder.
|
CloudBlobClient |
getCloudBlobClientForConnection(String connectionString) |
CloudBlobContainer |
getContainerForFolder(MediaStorageConfigService.MediaFolderConfig config,
CloudBlobClient blobClient)
Gets the container for folder.
|
String |
getFolderBaseURL(MediaStorageConfigService.MediaFolderConfig config)
Gets the folder base url.
|
CloudBlobClient getCloudBlobClient(MediaStorageConfigService.MediaFolderConfig config)
folderQualifier - the folder qualifierCloudBlobClient getCloudBlobClientForConnection(String connectionString)
CloudBlobContainer getContainerForFolder(MediaStorageConfigService.MediaFolderConfig config, CloudBlobClient blobClient) throws URISyntaxException, StorageException
config - media folder configurationblobClient - the blob clientURISyntaxException - the uRI syntax exceptionStorageException - the storage exceptionString getFolderBaseURL(MediaStorageConfigService.MediaFolderConfig config)
folderQualifier - the folder qualifierCopyright © 2017 SAP SE. All Rights Reserved.