Administrator
- Administrator
- All Products
Key
| Type
| Required
| Description
|
---|---|---|---|
sasPolicyName
| String
| -
| The name of the Event Hub Namespace Shared Access Policy.
You can enter a string of up to 255 characters.
|
sasPolicyPrimaryKey
| String
| -
| The primary key of the Event Hub Namespace Shared Access Policy.
You can enter a string of up to 255 characters.
|
Event Hub
| String
| Yes
| The name of the Azure Event Hubs.
You can enter a string up to 255 characters. The name can contain lower case characters, upper case characters, numbers, and the special characters - and _.
|
{ "name": "flatfile to azure event hub", "description": "flatfile to azure event hub", "runtimeId": "01000025000000000003", "locationId": "5sJ0JDyJyWLlrosS5qJjsQ", "currentVersion": "2", "messageFormat": "binary", "nodes": [ { "name": "flatfile to azure event hub_source", "type": "source", "connectionId": "012MGS0B00000000002N", "transformationType": "", "config": [ { "key": "File", "value": "logfile" }, { "key": "initialPosition", "value": "Current Time" }, { "key": "rolloverPattern", "value": "test" }, { "key": "tailingMode", "value": "Single file" } ] }, { "name": "flatfile to azure event hub_target", "type": "target", "connectionId": "012MGS0B00000000001S", "transformationType": "", "config": [ { "key": "sasPolicyName", "value": "test" }, { "key": "sasPolicyPrimaryKey", "value": "test" }, { "key": "Event Hub", "value": "test" } ] } ], "edges": [ { "from": "flatfile to azure event hub_source", "to": "flatfile to azure event hub_target" } ] }