Skip to content

Commit 394351b

Browse files
Merge pull request #124675 from Ankit-MSFT/patch-2
Update event-schema-blob-storage.md
2 parents 3e997d4 + 8ea2388 commit 394351b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/event-grid/event-schema-blob-storage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ These events are triggered when a client creates, replaces, or deletes a blob by
101101
"contentType": "image/jpeg",
102102
"contentLength": 105891,
103103
"blobType": "BlockBlob",
104+
"accessTier": "Archive",
105+
"previousTier": "Cool",
104106
"url": "https://my-storage-account.blob.core.windows.net/testcontainer/Auto.jpg",
105107
"sequencer": "000000000000000000000000000089A4000000000018d6ea",
106108
"storageDiagnostics": {
@@ -208,6 +210,8 @@ These events are triggered when a client creates, replaces, or deletes a blob by
208210
"contentType": "image/jpeg",
209211
"contentLength": 105891,
210212
"blobType": "BlockBlob",
213+
"accessTier": "Archive",
214+
"previousTier": "Cool",
211215
"url": "https://my-storage-account.blob.core.windows.net/testcontainer/Auto.jpg",
212216
"sequencer": "000000000000000000000000000089A4000000000018d6ea",
213217
"storageDiagnostics": {
@@ -1246,6 +1250,8 @@ The data object has the following properties:
12461250
| `contentType` | string | The content type specified for the blob. |
12471251
| `contentLength` | integer | The size of the blob in bytes. |
12481252
| `blobType` | string | The type of blob. Valid values are either "BlockBlob" or "PageBlob". |
1253+
| `accessTier` | string | The target tier of the blob. Appears only for the event BlobTierChanged. |
1254+
| `previousTier` | string | The source tier of the blob. Appears only for the event BlobTierChanged. If the blob is inferring the tier from the storage account, this field will not appear. |
12491255
| `contentOffset` | number | The offset in bytes of a write operation taken at the point where the event-triggering application completed writing to the file. <br>Appears only for events triggered on blob storage accounts that have a hierarchical namespace.|
12501256
| `destinationUrl` |string | The url of the file that will exist after the operation completes. For example, if a file is renamed, the `destinationUrl` property contains the url of the new file name. <br>Appears only for events triggered on blob storage accounts that have a hierarchical namespace.|
12511257
| `sourceUrl` |string | The url of the file that exists before the operation is done. For example, if a file is renamed, the `sourceUrl` contains the url of the original file name before the rename operation. <br>Appears only for events triggered on blob storage accounts that have a hierarchical namespace. |

0 commit comments

Comments
 (0)