Uses of Record Class
org.nuxeo.ecm.blob.azure.AzureBlobKey
Packages that use AzureBlobKey
-
Uses of AzureBlobKey in org.nuxeo.ecm.blob.azure
Methods in org.nuxeo.ecm.blob.azure with parameters of type AzureBlobKeyModifier and TypeMethodDescriptionprotected static StringAzureBlobProvider.generateSASUrl(AzureBlobKey key, String contentDisposition, String contentType, long expirationSeconds) protected URIAzureBlobProvider.getURIAzure(AzureBlobKey key, ManagedBlob blob, long downloadExpireSeconds) Gets a URI for the given blob for direct download.protected URIAzureBlobProvider.getURICDN(AzureBlobKey key, ManagedBlob blob, long downloadExpireSeconds) Gets a URI for the given blob for direct download via CDN.protected StringAzureBlobStore.writeFile(AzureBlobKey azureKey, Path file)