Skip to content

Commit ce97f75

Browse files
Merge pull request #291550 from spelluru/patch-864699
added accessTier
2 parents ff4007d + e9c2d82 commit ce97f75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ These events are triggered when a client creates, replaces, or deletes a blob by
5151
"contentType": "text/plain",
5252
"contentLength": 524288,
5353
"blobType": "BlockBlob",
54+
"accessTier": "Default",
5455
"url": "https://my-storage-account.blob.core.windows.net/testcontainer/new-file.txt",
5556
"sequencer": "00000000000004420000000000028963",
5657
"storageDiagnostics": {
@@ -75,6 +76,7 @@ These events are triggered when a client creates, replaces, or deletes a blob by
7576
"requestId": "4c2359fe-001e-00ba-0e04-585868000000",
7677
"contentType": "text/plain",
7778
"blobType": "BlockBlob",
79+
"accessTier": "Default",
7880
"url": "https://my-storage-account.blob.core.windows.net/testcontainer/file-to-delete.txt",
7981
"sequencer": "0000000000000281000000000002F5CA",
8082
"storageDiagnostics": {

0 commit comments

Comments
 (0)