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 | typing.Union[ type, NoneType ] | |
commit | bool | |
data | typing.Union[ flow_api.system.NotSet, typing.Any, NoneType ] | Use-case specific metadata attached to a record. |
debug | bool | if set, the content of the data being written will be logged. |
init | typing.Union[ dict, NoneType ] | |
key | typing.Union[ flow_api.system.NotSet, str ] | A key to identify the use-case specific metadata attached to a record. |
record_id | typing.Union[ flow_api.system.NotSet, str ] | Reference to the record. |
select | typing.Union[ str, NoneType ] |
Constants
RESOURCE = record_metadataMethods
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
record
details
restore
details
save
details