Package version:

Describes an input data source that contains stream data.

interface StreamInputDataSource {
    type: "Raw" | "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "GatewayMessageBus" | "Microsoft.Devices/IotHubs" | "Microsoft.EventGrid/EventSubscriptions";
}

Hierarchy (view full)

Properties

Properties

type: "Raw" | "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "GatewayMessageBus" | "Microsoft.Devices/IotHubs" | "Microsoft.EventGrid/EventSubscriptions"

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

Generated using TypeDoc