public class BlobContainerOperations extends Object
BlobContainerClient. This is at the container level.| Constructor and Description |
|---|
BlobContainerOperations(BlobConfiguration configuration,
BlobContainerClientWrapper client) |
| Modifier and Type | Method and Description |
|---|---|
BlobOperationResponse |
createContainer(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
deleteContainer(org.apache.camel.Exchange exchange) |
BlobOperationResponse |
listBlobs(org.apache.camel.Exchange exchange) |
public BlobContainerOperations(BlobConfiguration configuration, BlobContainerClientWrapper client)
public BlobOperationResponse listBlobs(org.apache.camel.Exchange exchange)
public BlobOperationResponse createContainer(org.apache.camel.Exchange exchange)
public BlobOperationResponse deleteContainer(org.apache.camel.Exchange exchange)
Apache Camel