SendEventGridEventInput interface
The shape of the input for EventGridProducerClient#sendEventGridEvents
Properties
data | Event data specific to the event type. |
data |
The schema version of the data object. |
event |
The time the event was generated. If not provided, the current time will be used. |
event |
The type of the event. |
id | An unique identifier for the event. If an ID is not provided, a random UUID will be generated and used. |
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. If not provided, the current time will be used.
eventTime?: Date
Property Value
Date
eventType
The type of the event.
eventType: string
Property Value
string
id
An unique identifier for the event. If an ID is not provided, a random UUID will be generated and used.
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