Package version:

Interface EventGridStreamInputDataSource

Describes an event grid input data source that contains stream data.

interface EventGridStreamInputDataSource {
    eventTypes?: string[];
    schema?: string;
    storageAccounts?: StorageAccount[];
    subscriber?: EventHubV2StreamInputDataSource;
    type: "Microsoft.EventGrid/EventSubscriptions";
}

Hierarchy (view full)

Properties

eventTypes?: string[]

List of Event Types that are supported by the Event Grid adapter.

schema?: string

Indicates the Event Grid schema type.

storageAccounts?: StorageAccount[]

A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.

Subscribers for the Event Grid. Currently only EventHub Subscriber is supported.

type: "Microsoft.EventGrid/EventSubscriptions"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc