Remove batch options (#1325)
This commit is contained in:
parent
320b60806e
commit
91f95dc19d
@ -1330,15 +1330,4 @@ namespace Azure { namespace Storage { namespace Blobs {
|
||||
BlobAccessConditions AccessConditions;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Optional parameters for BlobBatchClient::SubmitBatch.
|
||||
*/
|
||||
struct SubmitBlobBatchOptions
|
||||
{
|
||||
/**
|
||||
* @brief Context for cancelling long running operations.
|
||||
*/
|
||||
Azure::Core::Context Context;
|
||||
};
|
||||
|
||||
}}} // namespace Azure::Storage::Blobs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user