SourceRow

class of dascore.io.index.schema
inherits from: tuple
source

SourceRow(
    source_id: int ,
    base_uri: str ,
    source_path: str ,
    source_format: str ,
    format_version: str ,
    mtime_ns: int | None[int, None] ,
    size_bytes: int | None[int, None] ,
    path_attrs: str | None[str, None] ,
    last_indexed_ns: int ,
    ordinal: int ,
)

A row of the sources table (one scan unit).