Package version:

Interface GatewayMessageBusStreamInputDataSourceProperties

The properties that are associated with a gateway message bus input containing stream data.

interface GatewayMessageBusStreamInputDataSourceProperties {
    topic?: string;
}

Hierarchy (view full)

Properties

Properties

topic?: string

The name of the Service Bus topic.

Generated using TypeDoc