You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/storage-samples-javascript.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ The following table links to Azure Blob Storage developer guides and samples tha
29
29
| Upload |[Upload a blob](../blobs/storage-blob-upload-javascript.md)|[Upload a blob](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/errorsAndResponses.js#L59)</br></br>[Parallel upload a stream to a blob](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/advancedRequestOptions.js#L74)|
30
30
| Download |[Download a blob](../blobs/storage-blob-download-javascript.md)|[Download a blob](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/errorsAndResponses.js#L90)</br></br>[Parallel download block blob](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/advancedRequestOptions.js#L99)|
31
31
| List | [List containers](../blobs/storage-blob-containers-list-javascript.md)</br></br>[List blobs](../blobs/storage-blob-list-javascript.md) | [List containers](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listContainers.js#L22)</br></br>[List containers using an iterator](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listContainers.js#L28)</br></br>[List containers by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listContainers.js#L34)</br></br>[List blobs using an iterator](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsFlat.js#L41)</br></br>[List blobs by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsFlat.js#L47)</br></br>[List blobs by hierarchy](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsByHierarchy.js) |
32
-
| Delete |[Delete containers](../blobs/storage-blob-containers-delete-javascript.md)</br></br>[Delete blobs](../blobs/storage-blob-delete-javascript.md)|[Delete a container](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/errorsAndResponses.js#L132)</br></br>[Delete container using container client](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_containers.py#L62)</br></br>[Delete blob](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_hello_world.py#L81)</br></br>[Delete multiple blobs](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_common.py#L133)</br></br>[Undelete blob](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_common.py#L100)|
33
-
| Copy |[Overview of copy operations](../blobs/storage-blob-copy-javascript.md)</br></br>[Copy a blob from a source object URL](../blobs/storage-blob-copy-url-javascript.md)</br></br>[Copy a blob with asynchronous scheduling](../blobs/storage-blob-copy-async-javascript.md)|[Copy blob from URL](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_common.py#L193)</br></br>[Abort copy blob from URL](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_common.py#L205)|
34
-
| Lease |[Create and manage container leases](../blobs/storage-blob-containers-lease-javascript.md)</br></br>[Create and manage blob leases](../blobs/storage-blob-lease-javascript.md)|[Acquire lease on container](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_containers.py#L81)</br></br>[Acquire lease on blob](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_common.py#L167)|
35
-
| Properties and metadata |[Manage container properties and metadata](../blobs/storage-blob-container-properties-metadata-javascript.md)</br></br>[Manage blob properties and metadata](../blobs/storage-blob-properties-metadata-javascript.md)|[Get container properties](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_containers.py#L57)</br></br>[Set container metadata](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_containers.py#L102)</br></br>[Get blob properties](https://github.com/Azure/azure-sdk-for-javascript/blob/master/sdk/storage/azure-storage-blob/samples/blob_samples_common.py#L105)|
32
+
| Delete |[Delete containers](../blobs/storage-blob-containers-delete-javascript.md)</br></br>[Delete blobs](../blobs/storage-blob-delete-javascript.md)|[Delete a container](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/errorsAndResponses.js#L132)|
33
+
| Copy |[Overview of copy operations](../blobs/storage-blob-copy-javascript.md)</br></br>[Copy a blob from a source object URL](../blobs/storage-blob-copy-url-javascript.md)</br></br>[Copy a blob with asynchronous scheduling](../blobs/storage-blob-copy-async-javascript.md)||
34
+
| Lease |[Create and manage container leases](../blobs/storage-blob-containers-lease-javascript.md)</br></br>[Create and manage blob leases](../blobs/storage-blob-lease-javascript.md)||
35
+
| Properties and metadata |[Manage container properties and metadata](../blobs/storage-blob-container-properties-metadata-javascript.md)</br></br>[Manage blob properties and metadata](../blobs/storage-blob-properties-metadata-javascript.md)||
36
36
| Index tags |[Use blob index tags to manage and find data](../blobs/storage-blob-tags-javascript.md)||
37
37
| Access tiers |[Set or change a block blob's access tier](../blobs/storage-blob-use-access-tier-javascript.md)|[Set the access tier on a blob](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/advancedRequestOptions.js#L118)|
38
38
| Blob service ||[Create a blob service client](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listContainers.js#L23)</br></br>[Create blob service client using a SAS URL](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/advancedRequestOptions.js#L39)|
0 commit comments