public interface StorageUnitService
| Modifier and Type | Method and Description |
|---|---|
S3KeyPrefixInformation |
getS3KeyPrefix(BusinessObjectDataKey businessObjectDataKey,
String businessObjectFormatPartitionKey,
String storageName,
Boolean createNewVersion)
Gets the S3 key prefix.
|
StorageUnitDownloadCredential |
getStorageUnitDownloadCredential(BusinessObjectDataKey businessObjectDataKey,
String storageName)
Gets the AWS credential to download to the specified storage unit.
|
StorageUnitUploadCredential |
getStorageUnitUploadCredential(BusinessObjectDataKey businessObjectDataKey,
Boolean createNewVersion,
String storageName)
Gets the AWS credential to upload to the specified storage unit.
|
StorageUnitUploadCredential getStorageUnitUploadCredential(BusinessObjectDataKey businessObjectDataKey, Boolean createNewVersion, String storageName)
businessObjectDataKey - The business object data keycreateNewVersion - Flag to indicate whether to return the next version or notstorageName - The storage nameStorageUnitDownloadCredential getStorageUnitDownloadCredential(BusinessObjectDataKey businessObjectDataKey, String storageName)
businessObjectDataKey - The business object data keystorageName - The storage nameS3KeyPrefixInformation getS3KeyPrefix(BusinessObjectDataKey businessObjectDataKey, String businessObjectFormatPartitionKey, String storageName, Boolean createNewVersion)
businessObjectDataKey - the business object data keybusinessObjectFormatPartitionKey - the business object format partition keystorageName - the storage namecreateNewVersion - specifies if it is OK to return an S3 key prefix for a new business object data version that is not an initial version. This
parameter is ignored, when the business object data version is specified.Copyright © 2019. All rights reserved.