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

Specifies HTTP options for conditional requests based on tags.

#include <blob_options.hpp>

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

Public Member Functions

virtual ~TagAccessConditions ()=default
 Destructor. More...
 

Public Attributes

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.
 

Constructor & Destructor Documentation

◆ ~TagAccessConditions()

virtual Azure::Storage::Blobs::TagAccessConditions::~TagAccessConditions ( )
virtualdefault

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