Skip to content

Commit 3fc237a

Browse files
authored
[Storage] [DataMovement] Updating Known Issues with Resume Client Options limitations (Azure#47006)
* Updating Known limitations for client options set * extra space
1 parent 721a35b commit 3fc237a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/storage/Azure.Storage.DataMovement/KnownIssues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ There is currently no explicit support for Azure Blob Storage accounts with hier
2323
## Transfer Sizes
2424

2525
The Azure Storage REST service has various limitations as to the size of request body it will accept, depending on the operation being performed. While the DataMovement library attempts to clamp transfer chunk sizes down to accepted levels, it is not always accurate. Please refer to the [REST documentation](https://learn.microsoft.com/rest/api/storageservices/) for information on transfer size limitations.
26+
27+
### Resume Behavior when Client Options are set
28+
29+
When calling `*StorageResourceProvider.FromClient` with a Storage Client (e.g. `BlobBaseClient`, `ShareFileClient`) initialized with `*ClientOptions` (e.g `BlobClientOptions`, `ShareClientOptions`). It is NOT guaranteed that properties set within the `*ClientOptions` will be respected when resuming a transfer.

0 commit comments

Comments
 (0)