Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add TemporaryBlockBlobFile to Arcus.Testing.Storage.Blob #214

Open
stijnmoreels opened this issue Nov 1, 2024 · 0 comments
Open

✨ Add TemporaryBlockBlobFile to Arcus.Testing.Storage.Blob #214

stijnmoreels opened this issue Nov 1, 2024 · 0 comments
Labels
area:storage All issues related to Azure storage feature All issues related to new features
Milestone

Comments

@stijnmoreels
Copy link
Member

Is your feature request related to a problem? Please describe.
We have a TemporaryBlobFile test fixture that deals with regular blobs, but not one that deals with block blobs. Block blobs are espcially useful in places where you want to upload the contents in partials for performance reasons or the way the content is structured.

With one or many CommitAsync calls, ending with a StageAsync call, 'blocks' are prepared and send together as a collection to the blob file.

Describe the solution you'd like
Creates a TemporaryBlockBlobFile that allows us to either temporary override the entire blob file, or append a single block to the blob file.

In both cases, a disposal of the test fixture should result in the blob file having its original content.

Describe alternatives you've considered
n/a

Additional context
https://learn.microsoft.com/en-us/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs#about-block-blobs

@stijnmoreels stijnmoreels added feature All issues related to new features area:storage All issues related to Azure storage labels Nov 1, 2024
@stijnmoreels stijnmoreels added this to the v1.2 milestone Nov 1, 2024
@github-project-automation github-project-automation bot moved this to To do in Roadmap Nov 1, 2024
@stijnmoreels stijnmoreels modified the milestones: v1.2, v1.3 Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:storage All issues related to Azure storage feature All issues related to new features
Projects
Status: To do
Development

No branches or pull requests

1 participant