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

Specifies access conditions for an append blob.

#include <blob_options.hpp>

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

Public Attributes

Azure::Nullable< int64_t > IfMaxSizeLessThanOrEqual
 Ensures that the AppendBlock operation succeeds only if the append blob's size is less than or equal to this value.
 
Azure::Nullable< int64_t > IfAppendPositionEqual
 Ensures that the AppendBlock operation succeeds only if the append position is equal to this value.
 
- Public Attributes inherited from Azure::Storage::Blobs::TagAccessConditions
Azure::Nullable< 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.
 

Additional Inherited Members

- Public Member Functions inherited from Azure::Storage::Blobs::TagAccessConditions
virtual ~TagAccessConditions ()=default
 Destructor. More...
 

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