StorageBlobCreatedEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema of the Data property of an EventGridEvent for a Microsoft.Storage.BlobCreated event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.StorageBlobCreatedEventData+StorageBlobCreatedEventDataConverter))]
public class StorageBlobCreatedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.StorageBlobCreatedEventData+StorageBlobCreatedEventDataConverter))>]
type StorageBlobCreatedEventData = class
Public Class StorageBlobCreatedEventData
- Inheritance
-
StorageBlobCreatedEventData
- Attributes
Properties
AccessTier |
The current tier of the blob. |
Api |
The name of the API/operation that triggered this event. |
BlobType |
The type of blob. |
ClientRequestId |
A request id provided by the client of the storage API operation that triggered this event. |
ContentLength |
The size of the blob in bytes. This is the same as what would be returned in the Content-Length header from the blob. |
ContentOffset |
The offset of the blob in bytes. |
ContentType |
The content type of the blob. This is the same as what would be returned in the Content-Type header from the blob. |
ETag |
The etag of the blob at the time this event was triggered. |
Identity |
The identity of the requester that triggered this event. |
RequestId |
The request id generated by the Storage service for the storage API operation that triggered this event. |
Sequencer |
An opaque string value representing the logical sequence of events for any particular blob name. Users can use standard string comparison to understand the relative sequence of two events on the same blob name. |
StorageDiagnostics |
For service use only. Diagnostic data occasionally included by the Azure Storage service. This property should be ignored by event consumers. |
Url |
The path to the blob. |
Applies to
Azure SDK for .NET