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

Container client options used to initalize BlobContainerClient. More...

#include <blob_options.hpp>

Public Attributes

std::vector< std::unique_ptr< Azure::Core::Http::HttpPolicy > > PerOperationPolicies
 Transport pipeline policies for authentication, additional HTTP headers, etc., that are applied to every request.
 
std::vector< std::unique_ptr< Azure::Core::Http::HttpPolicy > > PerRetryPolicies
 Transport pipeline policies for authentication, additional HTTP headers, etc., that are applied to every retrial.
 
Azure::Core::Nullable< EncryptionKeyCustomerProvidedKey
 Holds the customer provided key used when making requests.
 
Azure::Core::Nullable< std::string > EncryptionScope
 Holds the encryption scope used when making requests.
 

Detailed Description

Container client options used to initalize BlobContainerClient.


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