This repository was archived by the owner on Oct 6, 2020. It is now read-only.
Migration of storage blob methods to builder pattern
The following methods have been migrated:
- Create container
- List containers
- Delete container
- Get container ACLs
- Set container ACLs
- Get container properties
- Acquire container lease
- Break container lease
- Release container lease
- Renew container lease
- List Blobs
- Get Blob
- Put block blob
- Put page blob
- Put append blob
- Update page
- Clear page
- Put block
- Put block list
- Get block list
- Delete blob
- Delete blob snapshot
- Acquire blob lease
- Renew blob lease
- Release blob lease
- Break blob lease
Unfortunately these changes are not backward compatilble. Please see the examples folder for how to use the new methods. Hopefully they are much more easy to use.