EventGridEvent interface

An event in the in the Event Grid Schema.

Properties

data

Event data specific to the event type.

dataVersion

The schema version of the data object.

eventTime

The time the event was generated.

eventType

The type of the event.

id

An unique identifier for the event.

subject

A resource path relative to the topic path.

topic

The resource path of the event source.

Property Details

data

Event data specific to the event type.

data: T

Property Value

T

dataVersion

The schema version of the data object.

dataVersion: string

Property Value

string

eventTime

The time the event was generated.

eventTime: Date

Property Value

Date

eventType

The type of the event.

eventType: string

Property Value

string

id

An unique identifier for the event.

id: string

Property Value

string

subject

A resource path relative to the topic path.

subject: string

Property Value

string

topic

The resource path of the event source.

topic?: string

Property Value

string