Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StorageBlobCreatedEventData

Package version

Schema of the Data property of an EventGridEvent for a Microsoft.Storage.BlobCreated event.

Hierarchy

  • StorageBlobCreatedEventData

Index

Properties

api

api: string

The name of the API/operation that triggered this event.

blobType

blobType: string

The type of blob.

clientRequestId

clientRequestId: string

A request id provided by the client of the storage API operation that triggered this event.

contentLength

contentLength: number

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

contentOffset: number

The offset of the blob in bytes.

contentType

contentType: string

The content type of the blob. This is the same as what would be returned in the Content-Type header from the blob.

eTag

eTag: string

The etag of the blob at the time this event was triggered.

identity

identity: string

The identity of the requester that triggered this event.

requestId

requestId: string

The request id generated by the Storage service for the storage API operation that triggered this event.

sequencer

sequencer: string

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

storageDiagnostics: any

For service use only. Diagnostic data occasionally included by the Azure Storage service. This property should be ignored by event consumers.

url

url: string

The path to the blob.

Generated using TypeDoc