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-dotnet.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ The following table links to Azure Blob Storage developer guides and samples tha
36
36
| Index tags |[Use blob index tags to manage and find data](../blobs/storage-blob-tags.md)||
37
37
| Snapshots |[Create and manage a blob snapshot](../blobs/snapshots-manage-dotnet.md)||
38
38
| Blob versions |[Create and list blob versions](../blobs/versions-manage-dotnet.md)||
39
+
| Access tiers |[Set or change a block blob's access tier](../blobs/storage-blob-use-access-tier.md)||
39
40
| Append blob |[Append data to an append blob](../blobs/storage-blob-append.md)||
40
41
| Batching ||[Delete several blobs in one request](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs#L22)</br></br>[Set several blob access tiers in one request](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs#L56)</br></br>[Fine-grained control in a batch request](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs#L90)</br></br>[Catch errors from a failed sub-operation](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs#L136)|
41
42
| Troubleshooting ||[Trigger a recoverable error using a container client](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/samples/Sample01b_HelloWorldAsync.cs#L166)|
@@ -86,7 +87,7 @@ The following list links to Azure Table Storage samples that use .NET client lib
Samples for deprecated v11 client libraries are available at [Azure Table Storage samples for .NET](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/tree/master/TableStorage).
90
+
Samples for deprecated client libraries are available at [Azure Table Storage samples for .NET](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/tree/master/TableStorage).
Copy file name to clipboardExpand all lines: articles/storage/common/storage-samples-java.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ The following table links to Azure Blob Storage developer guides and samples tha
34
34
| Lease |[Create and manage container leases](../blobs/storage-blob-containers-lease-java.md)</br></br>[Create and manage blob leases](../blobs/storage-blob-lease-java.md)||
35
35
| Properties and metadata |[Manage container properties and metadata](../blobs/storage-blob-container-properties-metadata-java.md)</br></br>[Manage blob properties and metadata](../blobs/storage-blob-properties-metadata-java.md)||
36
36
| Index tags |[Use blob index tags to manage and find data](../blobs/storage-blob-tags-java.md)||
37
+
| Access tiers |[Set or change a block blob's access tier](../blobs/storage-blob-use-access-tier-java.md)||
37
38
| Batching ||[Create a blob batch client](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-blob-batch/src/samples/java/com/azure/storage/blob/batch/ReadmeSamples.java#L41)</br></br>[Bulk delete blobs](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-blob-batch/src/samples/java/com/azure/storage/blob/batch/ReadmeSamples.java#L45)</br></br>[Set access tier on a batch of blobs](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-blob-batch/src/samples/java/com/azure/storage/blob/batch/ReadmeSamples.java#L51)|
38
39
| Troubleshooting ||[Trigger a recoverable error using a container client](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-blob/src/samples/java/com/azure/storage/blob/StorageErrorHandlingExample.java#L11)|
39
40
@@ -101,7 +102,7 @@ You can browse and clone the GitHub repository for each library.
101
102
102
103
## Getting started guides
103
104
104
-
See the following articles for instructions on how to install and get started with the Azure Storage Client Libraries.
105
+
See the following articles for instructions on how to install and get started with the Azure Storage client libraries.
105
106
106
107
-[Quickstart: Azure Blob Storage client library for Java](../blobs/storage-quickstart-blobs-java.md)
107
108
-[Quickstart: Azure Queue Storage client library for Java](../queues/storage-quickstart-queues-java.md)
0 commit comments