Keys Python Module¶
Contains the model for metadata keys.
-
class
pacifica.metadata.orm.keys.Keys(*args, **kwargs)[source]¶ Keys model class for metadata.
- Attributes:
Name Description key generic metadata key encoding encoding for the key
-
DoesNotExist¶ alias of
KeysDoesNotExist
-
_meta= <peewee.Metadata object>¶
-
_schema= <peewee.SchemaManager object>¶
-
created= <ExtendDateTimeField: Keys.created>¶
-
deleted= <ExtendDateTimeField: Keys.deleted>¶
-
encoding= <CharField: Keys.encoding>¶
-
file_links¶
-
id= <AutoField: Keys.id>¶
-
instrument_links¶
-
key= <CharField: Keys.key>¶
-
trans_links¶
-
updated= <ExtendDateTimeField: Keys.updated>¶