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 return datatypes, this indicates that you must specify which fields you want returned in the results.
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.