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
| Name | Type | Description |
|---|---|---|
| allow_deleted | bool | |
| allow_normal | bool | |
| by | str | |
| cls | Optional | |
| commit | bool | |
| data | Union | Use-case specific metadata attached to a record. |
| debug | bool | if set, the content of the data being written will be logged. |
| init | Optional | |
| key | Union | A key to identify the use-case specific metadata attached to a record. |
| record_id | Union | Reference to the record. |
| select | Optional |
Constants
RESOURCE = record_metadataMethods
clone
details
delete
details
duplicate
details
exists
details
export
details
get
details
get_dict
details
record
details
restore
details
save
details