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
@@ -1246,6 +1250,8 @@ The data object has the following properties:
1246
1250
|`contentType`| string | The content type specified for the blob. |
1247
1251
|`contentLength`| integer | The size of the blob in bytes. |
1248
1252
|`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. |
1249
1255
|`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.|
1250
1256
|`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.|
1251
1257
|`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