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
The specified tags in this method will replace existing tags. If old values must be preserved, they must be downloaded and included in the call to this method. The following example shows how to set tags:
40
40
41
41
### [JavaScript](#tab/javascript)
42
42
@@ -50,20 +50,15 @@ The following example performs this task.
50
50
51
51
You can delete all tags by passing an empty JSON object into the `setTags` method.
52
52
53
-
| Related articles |
54
-
|--|
55
-
|[Manage and find Azure Blob data with blob index tags](storage-manage-find-blobs.md)|
The following example shows how to get and iterate over the blob's tags.
61
+
The following example shows how to retrieve and iterate over the blob's tags.
67
62
68
63
### [JavaScript](#tab/javascript)
69
64
@@ -93,7 +88,7 @@ The following table shows some query strings:
93
88
|`@container = 'my-container' AND createdBy = 'Jill'`|**Filter by container** and specific property. In this query, `createdBy` is a text match and doesn't indicate an authorization match through Active Directory. |
0 commit comments