Node SDK

Interface ProcessFunctionOptions

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Enumeration
  • Class

Overrides for controlling what the SDK does when you push data to the next stream step when using the push method with the enrich and batch operations.

Hierarchy

Index

Properties

eid?: string

Overriding the source eid to use for correlation

event?: string
deprecated

Do not use

event_source_timestamp?: number

Overriding the default event_source_timestamp from the source event

partial?: boolean

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.

default

false

queue?: string

Overriding the default queue to send the event to

units?: number

Overriding the default units from the source event

Generated using TypeDoc