Share via


EventGridTopicData.InputSchema Property

Definition

This determines the format that Event Grid should expect for incoming events published to the topic.

public Azure.ResourceManager.EventGrid.Models.EventGridInputSchema? InputSchema { get; set; }
member this.InputSchema : Nullable<Azure.ResourceManager.EventGrid.Models.EventGridInputSchema> with get, set
Public Property InputSchema As Nullable(Of EventGridInputSchema)

Property Value

Applies to