GatewayMessageBusStreamInputDataSourceResponse

data class GatewayMessageBusStreamInputDataSourceResponse(val topic: String? = null, val type: String)

Describes a blob input data source that contains stream data.

Constructors

constructor(topic: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val topic: String? = null

The name of the Service Bus topic.

Link copied to clipboard

Indicates the type of input data source containing stream data. Required on PUT (CreateOrReplace) requests. Expected value is 'GatewayMessageBus'.