Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendEventGridEventInput<T>

Package version

The shape of the input for EventGridProducerClient#sendEventGridEvents

Type parameters

  • T

Hierarchy

  • SendEventGridEventInput

Index

Properties

data

data: T

Event data specific to the event type.

dataVersion

dataVersion: string

The schema version of the data object.

Optional eventTime

eventTime: Date

The time the event was generated. If not provided, the current time will be used.

eventType

eventType: string

The type of the event.

Optional id

id: undefined | string

An unique identifier for the event. If an ID is not provided, a random UUID will be generated and used.

subject

subject: string

A resource path relative to the topic path.

Optional topic

topic: undefined | string

The resource path of the event source.

Generated using TypeDoc