Share via


EventGridStreamInputDataSource interface

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

Extends

Properties

eventTypes

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

schema

Indicates the Event Grid schema type.

storageAccounts

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

subscriber

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

type

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

Property Details

eventTypes

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

eventTypes?: string[]

Property Value

string[]

schema

Indicates the Event Grid schema type.

schema?: string

Property Value

string

storageAccounts

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

storageAccounts?: StorageAccount[]

Property Value

subscriber

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

subscriber?: EventHubV2StreamInputDataSource

Property Value

type

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

type: "Microsoft.EventGrid/EventSubscriptions"

Property Value

"Microsoft.EventGrid/EventSubscriptions"