Data Engineering Streaming
- Data Engineering Streaming 10.2.1
- All Products
Property
| Description
|
---|---|
Operation Type
| Specifies the type of data object operation.
This is a read-only property.
|
Consumer Group
| The name of the Event Hub Consumer Group that you read events from.
|
Max Rate
| The maximum number of events that are consumed in a single batch for each partition.
|
Shared Access Policy Name
| The name of the Event Hub Shared Access Policy. To read from Event Hubs, you must have Listen permission.
If you specify a value for this property, it overwrites the value configured in the Azure EventHub connection.
|
Shared Access Policy Primary Key
| The primary key of the Event Hub Shared Access Policy.
If you specify a value for this property, it overwrites the value configured in the Azure EventHub connection.
|
Guaranteed Processing
| Guaranteed processing ensures that the mapping processes messages published by the sources and delivers them to the targets at least once. In the event of a failure, there could be potential duplicates but the messages are processed successfully. If the external source or the target is not available, the mapping execution stops to avoid any data loss.
Select this option for guaranteed delivery of data streamed from the Azure Event Hub.
|
Start Position Offset
| The time from which the Azure EventHub data object starts reading events from an Event Hub.
|
Custom Start Position Timestamp
| A UTC timezone datetime value in ISO8601 format from which the Azure EventHub data object starts reading events from an Event Hub. Specify time in the following format: YYYY-MM-DDThhmmss.sssZ
|
Partition Count
| The number of partitions that the Event Hub has. The source reads only from the number of partitions you specify.
If the number of partitions on the Event Hub changes, you must change this value to ensure that event from all partitions are consumed.
|
Consumer Properties
| The Event Hub consumer configuration properties. Specify properties as key-value pairs. For example, key1=value1,key2=value2
|