Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.09 KB

event-grid-message-headers.md

File metadata and controls

25 lines (21 loc) · 1.09 KB
title description services author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
event-grid
spelluru
event-grid
include
11/19/2020
spelluru
include file

Message headers

These are the properties you receive in the message headers:

Property name Description
aeg-subscription-name Name of the event subscription.
aeg-delivery-count Number of attempts made for the event.
aeg-event-type

Type of the event.

It can be one of the following values:

  • SubscriptionValidation
  • Notification
  • SubscriptionDeletion
aeg-metadata-version

Metadata version of the event.

For Event Grid event schema, this property represents the metadata version and for cloud event schema, it represents the spec version.

aeg-data-version

Data version of the event.

For Event Grid event schema, this property represents the data version and for cloud event schema, it doesn't apply.

aeg-output-event-id ID of the Event Grid event.