Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventGridEvent<T>

Package version

Properties of an event published to an Event Grid topic using the EventGrid Schema. An event in the in the Event Grid Schema.

Type parameters

  • T

Hierarchy

  • EventGridEvent

Index

Properties

data

data: T

Event data specific to the event type. Event data specific to the event type.

dataVersion

dataVersion: string

The schema version of the data object. The schema version of the data object.

eventTime

eventTime: Date

The time (in UTC) the event was generated. The time the event was generated.

eventType

eventType: string

The type of the event that occurred. The type of the event.

id

id: string

An unique identifier for the event. An unique identifier for the event.

Optional metadataVersion

metadataVersion: undefined | string

The schema version of the event metadata. NOTE: This property will not be serialized. It can only be populated by the server.

subject

subject: string

A resource path relative to the topic path. A resource path relative to the topic path.

Optional topic

topic: undefined | string

The resource path of the event source. The resource path of the event source.

Generated using TypeDoc