Class BlobContainerOperations
- java.lang.Object
-
- org.apache.camel.component.azure.storage.blob.operations.BlobContainerOperations
-
public class BlobContainerOperations extends Object
All operations related toBlobContainerClient
. This is at the container level.
-
-
Constructor Summary
Constructors Constructor Description BlobContainerOperations(BlobConfiguration configuration, BlobContainerClientWrapper client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlobOperationResponse
createContainer(org.apache.camel.Exchange exchange)
BlobOperationResponse
deleteContainer(org.apache.camel.Exchange exchange)
BlobOperationResponse
listBlobs(org.apache.camel.Exchange exchange)
-
-
-
Constructor Detail
-
BlobContainerOperations
public BlobContainerOperations(BlobConfiguration configuration, BlobContainerClientWrapper client)
-
-
Method Detail
-
listBlobs
public BlobOperationResponse listBlobs(org.apache.camel.Exchange exchange)
-
createContainer
public BlobOperationResponse createContainer(org.apache.camel.Exchange exchange)
-
deleteContainer
public BlobOperationResponse deleteContainer(org.apache.camel.Exchange exchange)
-
-