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

Specifies access conditions for a page blob.

#include <blob_options.hpp>

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

Public Attributes

Azure::Nullable< int64_t > IfSequenceNumberLessThan
 IfSequenceNumberLessThan ensures that the page blob operation succeeds only if the blob's sequence number is less than a value.
 
Azure::Nullable< int64_t > IfSequenceNumberLessThanOrEqual
 IfSequenceNumberLessThanOrEqual ensures that the page blob operation succeeds only if the blob's sequence number is less than or equal to a value.
 
Azure::Nullable< int64_t > IfSequenceNumberEqual
 IfSequenceNumberEqual ensures that the page blob operation succeeds only if the blob's sequence number is equal to a 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: