Data Engineering Streaming
- Data Engineering Streaming 10.5
- 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 an event hub, you must have Listen permission.
If you specify a value for this property, it overwrites the value configured in the Azure Event Hubs 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 Event Hubs connection.
|
Guaranteed Processing
| Ensures that the mapping processes messages that the sources publish 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.
By default, the Guaranteed Processing property is selected.
|
Start Position Offset
| The time from which the Azure Event Hubs data object starts reading messages from an event hub.
|
Custom Start Position Enqueue Time
| Required if you set the Start Position Offset property to custom. A UTC timezone datetime value in the ISO8601 format from which the Azure Event Hubs data object starts reading events from an event hub.
Specify time in the following format: YYYY-MM-DDThh:mm:ss.sssZ
|