Skip to content

RepositoryCheckpointArchive

Class: warmhub.RepositoryCheckpointArchive

RepositoryCheckpointArchive(byte_length: int, sha256: str, content_type: Literal['application/zip'], extra: JsonMapping = _empty(), raw: JsonMapping = _empty())

Integrity metadata for a completed checkpoint archive.

as_dict()

The exact server payload as a plain, mutable, serializable dict.

Wire keys, wire nesting, no client naming applied — the same content as raw, in the form you can hand to dumps, mutate, or pass to code that demands a real dict. Built fresh on each call, so editing the result cannot reach the model.

byte_length

Documentation is not yet available.

sha256

Documentation is not yet available.

content_type

Documentation is not yet available.

extra = field(default_factory=_empty)

Documentation is not yet available.

raw = field(default_factory=_empty)

Documentation is not yet available.