Skip to content

Commit 2961375

Browse files
Edits
1 parent ddc6105 commit 2961375

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

articles/storage/blobs/storage-blob-copy-async-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The methods covered in this article use the [Copy Blob](/rest/api/storageservice
2929

3030
## About copying blobs with asynchronous scheduling
3131

32-
The `Copy Blob` operation can finish asynchronously and is performed on a best-effort basis, which means that the operation isn't guaranteed to start immediately or complete within a specified time frame. The copy operation is scheduled in the background and performed as the server has available resources. The operation can complete synchronously if the copy occurs within the same storage account.
32+
The `Copy Blob` operation can finish asynchronously and is performed on a best-effort basis, which means that the operation isn't guaranteed to start immediately or complete within a specified time frame. The copy operation is scheduled in the background and performed as the server has available resources. The operation can complete synchronously if the copy occurs within the same storage account.
3333

3434
A `Copy Blob` operation can perform any of the following actions:
3535

@@ -39,7 +39,7 @@ A `Copy Blob` operation can perform any of the following actions:
3939
- Copy a snapshot over its base blob. By promoting a snapshot to the position of the base blob, you can restore an earlier version of a blob.
4040
- Copy a snapshot to a destination blob with a different name. The resulting destination blob is a writeable blob and not a snapshot.
4141

42-
The source blob for a copy operation may be one of the following types: block blob, append blob, page blob, blob snapshot, or blob version. The copy operation always copies the entire source blob or file. Copying a range of bytes or set of blocks isn't supported.
42+
The source blob for a copy operation can be one of the following types: block blob, append blob, page blob, blob snapshot, or blob version. The copy operation always copies the entire source blob or file. Copying a range of bytes or set of blocks isn't supported.
4343

4444
If the destination blob already exists, it must be of the same blob type as the source blob, and the existing destination blob is overwritten. The destination blob can't be modified while a copy operation is in progress, and a destination blob can only have one outstanding copy operation.
4545

includes/storage-dev-guides/storage-dev-guide-selector-copy-async.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ ms.custom: include file
1616
> - [Java](../../articles/storage/blobs/storage-blob-copy-async-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-copy-async-javascript.md)
1818
> - [TypeScript](../../articles/storage/blobs/storage-blob-copy-async-typescript.md)
19-
> - [Python](../../articles/storage/blobs/storage-blob-copy-async-python.md)
19+
> - [Python](../../articles/storage/blobs/storage-blob-copy-async-python.md)
20+
> - [Go](../../articles/storage/blobs/storage-blob-copy-async-go.md)

includes/storage-dev-guides/storage-dev-guide-selector-copy-url.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ ms.custom: include file
1616
> - [Java](../../articles/storage/blobs/storage-blob-copy-url-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-copy-url-javascript.md)
1818
> - [TypeScript](../../articles/storage/blobs/storage-blob-copy-url-typescript.md)
19-
> - [Python](../../articles/storage/blobs/storage-blob-copy-url-python.md)
19+
> - [Python](../../articles/storage/blobs/storage-blob-copy-url-python.md)
20+
> - [Go](../../articles/storage/blobs/storage-blob-copy-url-go.md)

includes/storage-dev-guides/storage-dev-guide-selector-copy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ ms.custom: include file
1616
> - [Java](../../articles/storage/blobs/storage-blob-copy-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-copy-javascript.md)
1818
> - [TypeScript](../../articles/storage/blobs/storage-blob-copy-typescript.md)
19-
> - [Python](../../articles/storage/blobs/storage-blob-copy-python.md)
19+
> - [Python](../../articles/storage/blobs/storage-blob-copy-python.md)
20+
> - [Go](../../articles/storage/blobs/storage-blob-copy-go.md)

0 commit comments

Comments
 (0)