Monday, June 25, 2012

Cross-post: Windows Azure and Java: Working with Blob Storage

Persistent Systems just published a blog post about working with the Windows Azure SDK for Java to access blobs. This covers:

  • Working with containers
  • Creating. listing, and deleting blobs
  • Verifying integrity of blobs
  • Working with Shared Access Signatures and permissions
  • Simulating nested directories within containers

The Java SDK blob classes sit atop the Windows Azure Storage REST API.

No comments:

Post a Comment