Skip to content

Commit ec62229

Browse files
authored
initial commit (Azure#47033)
1 parent cb66a14 commit ec62229

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

sdk/storage/Azure.Storage.DataMovement.Blobs/src/BlobsStorageResourceProvider.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ public StorageResource FromBlob(Uri blobUri, BlobStorageResourceOptions options
403403
/// </summary>
404404
/// <param name="client">
405405
/// Target resource presented within an Azure SDK client.
406+
/// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
407+
/// will be respected when resuming a transfer.
406408
/// </param>
407409
/// <param name="options">
408410
/// Options for creating the storage resource.
@@ -422,6 +424,8 @@ public StorageResource FromClient(
422424
/// </summary>
423425
/// <param name="client">
424426
/// Target resource presented within an Azure SDK client.
427+
/// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
428+
/// will be respected when resuming a transfer.
425429
/// </param>
426430
/// <param name="options">
427431
/// Options for creating the storage resource.
@@ -441,6 +445,8 @@ public StorageResource FromClient(
441445
/// </summary>
442446
/// <param name="client">
443447
/// Target resource presented within an Azure SDK client.
448+
/// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
449+
/// will be respected when resuming a transfer.
444450
/// </param>
445451
/// <param name="options">
446452
/// Options for creating the storage resource.
@@ -460,6 +466,8 @@ public StorageResource FromClient(
460466
/// </summary>
461467
/// <param name="client">
462468
/// Target resource presented within an Azure SDK client.
469+
/// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
470+
/// will be respected when resuming a transfer.
463471
/// </param>
464472
/// <param name="options">
465473
/// Options for creating the storage resource.

sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/ShareFilesStorageResourceProvider.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ public StorageResource FromFile(
348348
/// </summary>
349349
/// <param name="client">
350350
/// Target resource presented within an Azure SDK client.
351+
/// Note: It is NOT guaranteed that properties set within the client's <see cref="ShareClientOptions"/>
352+
/// will be respected when resuming a transfer.
351353
/// </param>
352354
/// <param name="options">
353355
/// Options for creating the storage resource.
@@ -367,6 +369,8 @@ public StorageResource FromClient(
367369
/// </summary>
368370
/// <param name="client">
369371
/// Target resource presented within an Azure SDK client.
372+
/// Note: It is NOT guaranteed that properties set within the client's <see cref="ShareClientOptions"/>
373+
/// will be respected when resuming a transfer.
370374
/// </param>
371375
/// <param name="options">
372376
/// Options for creating the storage resource.

0 commit comments

Comments
 (0)