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