-
Notifications
You must be signed in to change notification settings - Fork 149
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
Question: trying to understand how upload_block and upload_block_list work #252
Comments
Thanks for reaching out. Below are the answers:
In general, I would suggest that if you cannot find an appropriate sample for your user scenario, you can first check on the test code of this repository. It is not very well documented by it covers a lot of advanced user scenarios. |
Thanks for the reply. Thanks, Yang |
Quote the remarks of the put block REST API documentation:
Hence if you want to start from scratch, you can either overwrite the existing block IDs or use a new set of rule to generate consitent block IDs and commit them. |
We're going to close this issue because of inactivity, feel free to reopen it if you have any further questions. |
Hi,
I wonder if anyone can shed light on how block id based transaction work.
From the limited sample, I think upload_block adds a request with block id in a upload operation based transaction and then by calling upload_block_list it starts to commit the list of block id which were build up in the request queue. What I don't understand is that
Thanks,
Yang
The text was updated successfully, but these errors were encountered: