Class | Description |
---|---|
Input |
Standard data ingestion
|
Input.MultiplexReader |
Read raw events from configured sources, returning a key value collection with the key being
the element name and the value being a parsed event
|
Input.MultiplexReaderRaw |
Read raw events from configured sources, returning a key value collection with the key being
the element name and the value being a raw string
|
Input.SimplexReader |
Read raw events from configured sources, combining all events into a single output collection
as Event objects
|
Input.SimplexReaderRaw |
Read raw events from configured sources, combining all events into a single output collection
as strings
|
InputCollectionCache |
The input collection cache is used to optimize the graph for duplicate stream reads within the
Input class. |
InputElement |
InputElement represents a set of input sources that will always result in a single output
collection.
|
KinesisInput |
Configuration for a single Kinesis input
|
Copyright © 2022. All rights reserved.