Skip to content

Attribute

The Attribute record is a general-purpose key-value pair. The format of the key and the value is undetermined: applications will use them according to the context they operate in. The Attribute record has no fixed length, but it is at least 16 bytes long.

FieldTypeSize (bytes)Description
key_sizeuint8Size, in bytes, of the key field.
value_sizeuint8Size, in bytes, of the value field.
keyblobVariableGeneral-purpose key.
valueblobVariableGeneral-purpose value.