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

Blob client options used to initalize BlobClient. More...

#include <blob_options.hpp>

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

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

Blob client options used to initalize BlobClient.


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