EventGridJsonInputSchemaMapping Class

Definition

This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema.

public class EventGridJsonInputSchemaMapping : Azure.ResourceManager.EventGrid.Models.EventGridInputSchemaMapping
type EventGridJsonInputSchemaMapping = class
    inherit EventGridInputSchemaMapping
Public Class EventGridJsonInputSchemaMapping
Inherits EventGridInputSchemaMapping
Inheritance
EventGridJsonInputSchemaMapping

Constructors

EventGridJsonInputSchemaMapping()

Initializes a new instance of EventGridJsonInputSchemaMapping.

Properties

DataVersion

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

EventTimeSourceField

Name of a field in the input event schema that's to be used as the source of a mapping.

EventType

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

IdSourceField

Name of a field in the input event schema that's to be used as the source of a mapping.

Subject

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

TopicSourceField

Name of a field in the input event schema that's to be used as the source of a mapping.

Applies to