0
votes

I know jclouds provides API to interact with MS Azure Blob storage.

But, does jclouds supports / provides API to access MS azure Table storage?

http://azure.microsoft.com/en-us/documentation/articles/storage-java-how-to-use-table-storage/

Please help with references / samples

Thanks!

1

1 Answers

1
votes

The Azure Storage team has a Java client library which provides a simple yet powerful programming model allowing you to work with Azure Storage's blobs, tables and queues. More information can be found at Microsoft Azure Storage Client Library and Tooling Updates @ TechEd 2014. We have tried hard to follow established Java conventions so we hope Java developers will really enjoy using this library. Please let us know what you think!

Jason