Skip to main content
Version: 12 - TBD

RecordMetadata

class flow_api.record_metadata.RecordMetadata(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, commit=False, data=<class 'flow_api.system.NotSet'>, key=<class 'flow_api.system.NotSet'>, record_id=<class 'flow_api.system.NotSet'>, debug=False)

Base class: Row

Use-case specific metadata attached to a record.

Parameters

NameTypeDescription
allow_deletedbool
allow_normalbool
bystr
clsOptional
commitbool
dataUnionUse-case specific metadata attached to a record.
debugboolif set, the content of the data being written will be logged.
initOptional
keyUnionA key to identify the use-case specific metadata attached to a record.
record_idUnionReference to the record.
selectOptional

Constants

RESOURCE = record_metadata

Methods

clone

delete

exists

export

get

get_dict

record

restore

save