Overriding the source eid to use for correlation
Overriding the default event_source_timestamp from the source event
When turning 1 event into many events you don't want to checkpoint this one event instead you want to wait until you've generated the many events and so this attribute tells the SDK not to checkpoint yet because
NOTE: in this case you are responsible for sending a non-partial event (one with no paylod perhaps) at the end with partial: false to cause the final checkpoint to occur.
Overriding the default queue to send the event to
Overriding the default units from the source event
Generated using TypeDoc
Overrides for controlling what the SDK does when you
push
data to the next stream step when using thepush
method with theenrich
andbatch
operations.