public class BlobOperations extends Object
BlobClient. This is at the blob level.| Constructor and Description |
|---|
BlobOperations(BlobConfiguration configuration,
BlobClientWrapper client) |
| Modifier and Type | Method and Description |
|---|---|
BlobOperationResponse |
clearPageBlob(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
commitAppendBlob(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
commitBlobBlockList(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
copyBlob(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
createAppendBlob(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
createPageBlob(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
deleteBlob(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
downloadBlobToFile(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
downloadLink(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
getBlob(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
getBlobBlockList(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
getPageBlobRanges(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
resizePageBlob(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
stageBlockBlobList(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
uploadBlockBlob(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
uploadPageBlob(org.apache.camel.Exchange exchange) |
public BlobOperations(BlobConfiguration configuration, BlobClientWrapper client)
public BlobOperationResponse getBlob(org.apache.camel.Exchange exchange) throws IOException
IOExceptionpublic BlobOperationResponse downloadBlobToFile(org.apache.camel.Exchange exchange)
public BlobOperationResponse deleteBlob(org.apache.camel.Exchange exchange)
public BlobOperationResponse downloadLink(org.apache.camel.Exchange exchange)
public BlobOperationResponse uploadBlockBlob(org.apache.camel.Exchange exchange) throws IOException
IOExceptionpublic BlobOperationResponse stageBlockBlobList(org.apache.camel.Exchange exchange) throws Exception
Exceptionpublic BlobOperationResponse commitBlobBlockList(org.apache.camel.Exchange exchange) throws Exception
Exceptionpublic BlobOperationResponse getBlobBlockList(org.apache.camel.Exchange exchange)
public BlobOperationResponse createAppendBlob(org.apache.camel.Exchange exchange)
public BlobOperationResponse copyBlob(org.apache.camel.Exchange exchange)
public BlobOperationResponse commitAppendBlob(org.apache.camel.Exchange exchange) throws IOException
IOExceptionpublic BlobOperationResponse createPageBlob(org.apache.camel.Exchange exchange)
public BlobOperationResponse uploadPageBlob(org.apache.camel.Exchange exchange) throws IOException
IOExceptionpublic BlobOperationResponse resizePageBlob(org.apache.camel.Exchange exchange)
public BlobOperationResponse clearPageBlob(org.apache.camel.Exchange exchange)
public BlobOperationResponse getPageBlobRanges(org.apache.camel.Exchange exchange)
Apache Camel