Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 539 Bytes

File metadata and controls

13 lines (8 loc) · 539 Bytes

RecordWithOffset

A record retrieved from a stream, including its offset within the partition.

Properties

Name Type Required Description
offset Long Yes The offset of the record within the partition.
value Record Yes The record value as a map of field names to values.

[Back to Model list] [Back to API list] [Back to README]