azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::AppendBlobAccessConditions Struct Reference

Specifies access conditions for a append blob. More...

#include <blob_options.hpp>

Inheritance diagram for Azure::Storage::Blobs::AppendBlobAccessConditions:
Azure::Storage::Blobs::BlobAccessConditions Azure::Storage::Blobs::TagAccessConditions

Public Attributes

Azure::Core::Nullable< int64_t > MaxSize
 Ensures that the AppendBlock operation succeeds only if the append blob's size is less than or equal to this value.
 
Azure::Core::Nullable< int64_t > AppendPosition
 Ensures that the AppendBlock operation succeeds only if the append position is equal to this value.
 
- Public Attributes inherited from Azure::Storage::Blobs::TagAccessConditions
std::string TagConditions
 Optional SQL statement to apply to the tags of the Blob. Refer to https://docs.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations#tags-predicate-syntax for the format of SQL statements.
 

Detailed Description

Specifies access conditions for a append blob.


The documentation for this struct was generated from the following file: