Remove batch options (#1325)

This commit is contained in:
JinmingHu 2021-01-12 15:35:12 +08:00 committed by GitHub
parent 320b60806e
commit 91f95dc19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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