Structs§
- Avro
Stream Opts - Options for ingesting Avro data with the following schema. This is a “stream-like” file format to support use cases where a columnar/tabular format does not make sense. This closely matches Nominal’s streaming API, making it useful for use cases where network connection drops during streaming and a backup file needs to be created.
- Builder
- A builder for AvroStreamOpts
- Complete
- The final stage for
AvroStreamOpts
. - Source
Stage - The
source
stage forBuilder
. - Target
Stage - The
target
stage forBuilder
. - Time
Unit Stage - The
time_unit
stage forBuilder
.