rtemis

Command Palette

Search for a command to run...

DataRef

Component

A reference from a record to a file written beside it: where it is, how it is encoded, how big it is, and the digest that ties it to the record naming it.

Raw JSONv1Unknown properties rejected

Properties

path
string

Path to the file, relative to the record that names it.

encoding
string

How the file is written. Two digests are comparable only if they share one.

one of"parquet"

algorithm
string

Hash algorithm, recorded so a hash is verifiable rather than merely comparable.

one of"sha256""sha512""sha384""sha224""sha3-256""sha3-512""blake2b""blake2s""sha1""md5"

hash
string

Hash digest of the file's bytes, as hex.

bytes
integer≥ 0

Size of the file.

n_rows
integer | null≥ 0

Rows, when the referenced file is a table.

n_cols
integer | null≥ 0

Columns, when the referenced file is a table.

Relationships

Used by