Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.35 KB

File metadata and controls

21 lines (16 loc) · 1.35 KB

Record

Properties

Name Type Description Notes
value str Record value
id str Unique identifier for the object. Not supported for all object kinds. [optional]
kind str [optional] [readonly]
href str Link path to request the object. Not supported for all object kinds. [optional]
partition int The record's partition within the topic [optional]
offset int The record's offset within the topic partition [optional] [readonly]
timestamp datetime Timestamp associated with the record. The type is indicated by `timestampType`. When producing a record, this value will be used as the record's `CREATE_TIME`. [optional]
timestamp_type str Type of timestamp associated with the record [optional] [readonly]
headers {str: (str,)} Record headers, key/value pairs [optional]
key str Record key [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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