Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Use builder pattern for Storage operations #61

Closed
27 tasks done
MindFlavor opened this issue Jun 29, 2018 · 3 comments
Closed
27 tasks done

Use builder pattern for Storage operations #61

MindFlavor opened this issue Jun 29, 2018 · 3 comments

Comments

@MindFlavor
Copy link
Owner

MindFlavor commented Jun 29, 2018

  • 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
  • Change blob lease. Useless IMHO, Skipped for now.
  • Release blob lease
  • Break blob lease
@ghost
Copy link

ghost commented Aug 24, 2018

I think blob_stream shall have the builder pattern too. The generated stream has a lifetime constraint that makes it impossible to move the stream to other futures for processing.

@MindFlavor
Copy link
Owner Author

MindFlavor commented Aug 24, 2018

I agree with you, I have opened a new issue for that: #90.

@MindFlavor
Copy link
Owner Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant