Azure Service Bus Subscribe
Import data from Azure Service Bus.
Properties
| Name | Type | |
|---|---|---|
| engine | String=azuresb:subscribe | |
| connection_string | String | |
| topic_name | String | |
| subscription_name | String | |
| decoder | String | |
| schema | Object | |
engine
Must be azuresb:subscribe.
- Required
- Yes
connection_string
The Azure Service Bus connection string to connect to.
- Required
- Yes
topic_name
The Azure Service Bus topic name to subscribe to.
- Required
- Yes
subscription_name
The Azure Service Bus subscription name to subscribe to.
- Required
- Yes
decoder
The format of the data. See Parsing Data for details.
- Required
- Yes
- Enum
-
csvjsonndjsonmsgpackprotobufparquethtmlxmlregex
schema
Define a schema for the data.
- Required
- Yes