JsonInputSchemaMappingProperties Class

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

Constructor

JsonInputSchemaMappingProperties(*args: Any, **kwargs: Any)

Variables

Name Description
id

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

topic

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

event_time

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

event_type

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

subject

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

data_version

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

Attributes

data_version

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

data_version: _models.JsonFieldWithDefault | None

event_time

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

event_time: _models.JsonField | None

event_type

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

event_type: _models.JsonFieldWithDefault | None

id

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

id: _models.JsonField | None

subject

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

subject: _models.JsonFieldWithDefault | None

topic

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

topic: _models.JsonField | None