Azure / azure-storage-cpplite

Lite version of C++ Client Library for Microsoft Azure Storage
MIT License
25 stars 43 forks source link

Exposing new constructor to blob_client. #54

Open AlexandreBaiao opened 4 years ago

AlexandreBaiao commented 4 years ago

Exposing a new constructor to blob_client in order to be able to allow a dependency injection pattern in the class. Also, simplifying the retry logic. Modernizing some parts of the code. And adding const correctness in the container_property class.