JsonInputSchemaMappingProperties interface

This can be used to map properties of a source schema (or default values, for certain supported properties) to properties of the EventGridEvent schema.

Properties

dataVersion

The mapping information for the DataVersion property of the Event Grid Event.

eventTime

The mapping information for the EventTime property of the Event Grid Event.

eventType

The mapping information for the EventType property of the Event Grid Event.

id

The mapping information for the Id property of the Event Grid Event.

subject

The mapping information for the Subject property of the Event Grid Event.

topic

The mapping information for the Topic property of the Event Grid Event.

Property Details

dataVersion

The mapping information for the DataVersion property of the Event Grid Event.

dataVersion?: JsonFieldWithDefault

Property Value

eventTime

The mapping information for the EventTime property of the Event Grid Event.

eventTime?: JsonField

Property Value

eventType

The mapping information for the EventType property of the Event Grid Event.

eventType?: JsonFieldWithDefault

Property Value

id

The mapping information for the Id property of the Event Grid Event.

id?: JsonField

Property Value

subject

The mapping information for the Subject property of the Event Grid Event.

subject?: JsonFieldWithDefault

Property Value

topic

The mapping information for the Topic property of the Event Grid Event.

topic?: JsonField

Property Value