- Type Parameters:
C - The ServiceClient type of the Storage service this batch targets.
P - The type of the parent object making the REST call.
R - The return type of the individual requests on the batch.
- All Implemented Interfaces:
- Iterable<Map.Entry<com.microsoft.azure.storage.core.StorageRequest<C,P,R>,P>>
- Direct Known Subclasses:
- BlobBatchOperation
public abstract class BatchOperation<C extends ServiceClient,P,R>
extends Object
implements Iterable<Map.Entry<com.microsoft.azure.storage.core.StorageRequest<C,P,R>,P>>
A collection of operations to be sent as a batch request. Maintains the order of requests as added to the batch.