Package version:

Interface GatewayMessageBusStreamInputDataSource

Describes a blob input data source that contains stream data.

interface GatewayMessageBusStreamInputDataSource {
    topic?: string;
    type: "GatewayMessageBus";
}

Hierarchy (view full)

Properties

Properties

topic?: string

The name of the Service Bus topic.

type: "GatewayMessageBus"

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

Generated using TypeDoc