AzureEventHubsPreprocessingKind is a enumerated list of values for the kind of preprocessing to use.

Table: AzureEventHubsPreprocessingKind

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: May 19, 2025
ReadWhole   PreviewInterprets the event hub event as one LogScale event.
SplitAzureRecords   PreviewInterprets the event hub event Azure JSON record format and emits each record as an event.
SplitNewLine   PreviewInterprets the event hub event as newline-delimited and emits each line as an event.