azure-sdk-for-cpp/sdk/storage
microzchang 5f3fe6fa5e
Storage/STG90 features (#4827)
* Storage/STG90-Data Lake Pagination Delete (#4816)

* add pagination delete

* remove id and secret

* fix spell

* add clientConfiguartion to all clients

* fix doxygen doc

* fix conversation

* add unit tests

* fix cspell

* fix clang format

* update test code

* update test case

* update record

* Storage/Archive to Cold Tier Rehydration (#4825)

* add RehydratePendingToCold

* add unit test

* update changelog.md

* update record
2023-07-31 21:21:53 +08:00
..
azure-storage-blobs Storage/STG90 features (#4827) 2023-07-31 21:21:53 +08:00
azure-storage-common Storage test cases improvements (#4819) 2023-07-27 11:25:21 +08:00
azure-storage-files-datalake Storage/STG90 features (#4827) 2023-07-31 21:21:53 +08:00
azure-storage-files-shares Add test cases to cover paged response APIs (#4828) 2023-07-31 07:12:51 +00:00
azure-storage-queues Add test cases to cover paged response APIs (#4828) 2023-07-31 07:12:51 +00:00
assets.json Storage/STG90 features (#4827) 2023-07-31 21:21:53 +08:00
ci.yml Define CMakeTestOptions in Storage's ci.yml file (#4781) 2023-07-15 11:43:54 +08:00
CMakeLists.txt Use standard syntax for MIT license (#4786) 2023-07-12 22:37:36 -07:00
MigrationGuide.md Fix unmatched parenthesis in doc (#4482) 2023-03-25 00:47:55 +00:00
README.md update storage README (#4183) 2023-02-03 13:50:28 +08:00
test-resources-post.ps1 Use standard syntax for MIT license (#4786) 2023-07-12 22:37:36 -07:00
test-resources.json enable datalake softdelete tests (#3974) 2022-10-08 13:58:32 +08:00

Azure Storage libraries for C++

Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant. Azure Storage includes Blobs (objects), Queues, and Files.

  • Azure.Storage.Blobs is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data that does not adhere to a particular data model or definition, such as text or binary data.

  • Azure.Storage.Queues is a service for storing large numbers of messages. A queue message can be up to 64 KB in size and a queue may contain millions of messages, up to the total capacity limit of a storage account.

  • Azure.Storage.Files.Shares offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS.

  • Azure.Storage.Files.DataLake includes all the capabilities required to make it easy for developers, data scientists, and analysts to store data of any size, shape, and speed, and do all types of processing and analytics across platforms and languages.

  • Azure.Storage.Common provides infrastructure shared by the other Azure Storage client libraries like shared key authentication and exceptions.

Contributing

See the Storage CONTRIBUTING.md for details on building, testing, and contributing to these libraries.

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit cla.microsoft.com.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.