Azure Service Bus Subscribe

Import data from Azure Service Bus.

Properties

NameType
engineString=azuresb:subscribe
connection_stringString
topic_nameString
subscription_nameString
decoderString
schemaObject

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
csv json ndjson msgpack protobuf parquet html xml regex

schema

Define a schema for the data.

Required
Yes