azure-storage-blobs
List of all members
Azure::Storage::Blobs::BlockBlobClientOptions Struct Reference

Block blob client options used to initalize BlockBlobClient. More...

#include <blob_options.hpp>

Inheritance diagram for Azure::Storage::Blobs::BlockBlobClientOptions:
Azure::Storage::Blobs::BlobClientOptions

Additional Inherited Members

- Public Attributes inherited from Azure::Storage::Blobs::BlobClientOptions
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

Block blob client options used to initalize BlockBlobClient.


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