Share via


EventGridInputSchemaMapping Class

Definition

By default, Event Grid expects events to be in the Event Grid event schema. Specifying an input schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only supported type of InputSchemaMapping is 'JsonInputSchemaMapping'. Please note EventGridInputSchemaMapping is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include EventGridJsonInputSchemaMapping.

public abstract class EventGridInputSchemaMapping
type EventGridInputSchemaMapping = class
Public MustInherit Class EventGridInputSchemaMapping
Inheritance
EventGridInputSchemaMapping
Derived

Constructors

EventGridInputSchemaMapping()

Initializes a new instance of EventGridInputSchemaMapping.

Applies to