Interface: ModuleMetadataRow
Defined in: Data/Core/RowTypes.ts:281
Row from the module_metadata table
Extends
BaseRow
Indexable
[
key:string]:unknown
Properties
abbreviation?
optionalabbreviation?:string
Defined in: Data/Core/RowTypes.ts:291
database_path
database_path:
string
Defined in: Data/Core/RowTypes.ts:296
features?
optionalfeatures?:string
Defined in: Data/Core/RowTypes.ts:300
installed_date?
optionalinstalled_date?:string
Defined in: Data/Core/RowTypes.ts:294
is_indexed?
optionalis_indexed?:number
Defined in: Data/Core/RowTypes.ts:298
language_code
language_code:
string
Defined in: Data/Core/RowTypes.ts:293
last_indexed_date?
optionallast_indexed_date?:string
Defined in: Data/Core/RowTypes.ts:299
last_updated?
optionallast_updated?:string
Defined in: Data/Core/RowTypes.ts:295
metadata?
optionalmetadata?:string
Defined in: Data/Core/RowTypes.ts:302
module_id
module_id:
number
Defined in: Data/Core/RowTypes.ts:282
module_name
module_name:
string
Defined in: Data/Core/RowTypes.ts:290
module_type
module_type:
string
Defined in: Data/Core/RowTypes.ts:289
module_uuid?
optionalmodule_uuid?:string
Defined in: Data/Core/RowTypes.ts:288
Stable module identity (WS-4), mirrored from the module file's
module_info.module_uuid. NULL for every pre-2.0 row — the uniqueness
index is partial for exactly that reason — so this is optional here too.
size_bytes?
optionalsize_bytes?:number
Defined in: Data/Core/RowTypes.ts:297
sword_metadata?
optionalsword_metadata?:string
Defined in: Data/Core/RowTypes.ts:301
version?
optionalversion?:string
Defined in: Data/Core/RowTypes.ts:292