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

[Storage][DataMovement] Fixes for single transfer size #46875

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

jalauzon-msft
Copy link
Member

Currently we are using the maximum chunk size setting for a destination resource as the maximum for the user-configurable "initial transfer size". In most cases, this value is the same, so this is not an issue but when the destination is a Block Blob there is a little discrepancy here.

I added a new MaxSupportedSingleTransferSize to the base StorageResourceItem so each resource type can specify it's maximum separately and separately from the chunk size.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Oct 29, 2024
@jalauzon-msft
Copy link
Member Author

@jalauzon-msft
Copy link
Member Author

/check-enforcer override

@jalauzon-msft jalauzon-msft merged commit a47c2f4 into Azure:main Oct 30, 2024
16 checks passed
@jalauzon-msft jalauzon-msft deleted the initial-transfer-size branch October 30, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants