StorageAsyncOperationInitiatedEventData interface

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

Properties

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.

contentType

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

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.

Property Details

api

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

api: string

Property Value

string

blobType

The type of blob.

blobType: string

Property Value

string

clientRequestId

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

clientRequestId: string

Property Value

string

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.

contentLength: number

Property Value

number

contentType

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

contentType: string

Property Value

string

identity

The identity of the requester that triggered this event.

identity: string

Property Value

string

requestId

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

requestId: string

Property Value

string

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.

sequencer: string

Property Value

string

storageDiagnostics

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

storageDiagnostics: any

Property Value

any

url

The path to the blob.

url: string

Property Value

string