Skip to main content

Interface: ModuleMetadataRow

Defined in: Data/Core/RowTypes.ts:281

Row from the module_metadata table

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

abbreviation?

optional abbreviation?: string

Defined in: Data/Core/RowTypes.ts:291


database_path

database_path: string

Defined in: Data/Core/RowTypes.ts:296


features?

optional features?: string

Defined in: Data/Core/RowTypes.ts:300


installed_date?

optional installed_date?: string

Defined in: Data/Core/RowTypes.ts:294


is_indexed?

optional is_indexed?: number

Defined in: Data/Core/RowTypes.ts:298


language_code

language_code: string

Defined in: Data/Core/RowTypes.ts:293


last_indexed_date?

optional last_indexed_date?: string

Defined in: Data/Core/RowTypes.ts:299


last_updated?

optional last_updated?: string

Defined in: Data/Core/RowTypes.ts:295


metadata?

optional metadata?: 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?

optional module_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?

optional size_bytes?: number

Defined in: Data/Core/RowTypes.ts:297


sword_metadata?

optional sword_metadata?: string

Defined in: Data/Core/RowTypes.ts:301


version?

optional version?: string

Defined in: Data/Core/RowTypes.ts:292