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

Is it missing partial update function for blob #40291

Closed
quantrpeter opened this issue May 21, 2024 · 7 comments
Closed

Is it missing partial update function for blob #40291

quantrpeter opened this issue May 21, 2024 · 7 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Storage Storage Service (Queues, Blobs, Files)

Comments

@quantrpeter
Copy link

Hi All
Is it missing partial update function for blob ? I want to test the random access to blob, read/write the middle part of blob.
thanks
Peter

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Storage Storage Service (Queues, Blobs, Files) labels May 21, 2024
Copy link

Copy link

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@quantrpeter
Copy link
Author

python sdk has upload_page(), but java seems missing it.

@quantrpeter
Copy link
Author

If this is a missing feature. Shall we add it? I am from Hong Kong Programming Society, there are two students interested into it.

@seanmcc-msft
Copy link
Member

@ibrahimrabab
Copy link
Contributor

Hi @quantrpeter
The upload_page() function in Python is related to Page Blobs, are you asking if there is an equivalent of this method in Java? Because that would be this:

https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/specialized/PageBlobClient.java#L362

@quantrpeter
Copy link
Author

thanks you @seanmcc-msft and @ibrahimrabab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

3 participants