Structs§
- Batch
Config - Event batching behavior.
- Batch
Settings - Batch
Size - Bulk
Size Based Default Batch Settings - Reasonable default batch settings for sinks focused on shipping fewer-but-larger batches, limited by byte size.
- Encoded
Batch - Finalizers
Batch - This is a batch construct that stores an set of event finalizers alongside the batch itself.
- Merged
- NoDefaults
Batch Settings - “Default” batch settings when a sink handles batch settings entirely on its own.
- Realtime
Event Based Default Batch Settings - Reasonable default batch settings for sinks with timeliness concerns, limited by event count.
- Realtime
Size Based Default Batch Settings - Reasonable default batch settings for sinks with timeliness concerns, limited by byte size.
- Stateful
Batch - Unmerged
Enums§
- Batch
Error - Push
Result - This enum provides the result of a push operation, indicating if the event was added and the fullness state of the buffer.