RuntimeSnapshotData
Datalayer Core / RuntimeSnapshotData
Interface: RuntimeSnapshotData
Defined in: src/models/RuntimeSnapshotDTO.ts:21
Represents a runthime snapshot of a runtime's state and files. RuntimeSnapshotData
Properties
description?
optionaldescription:string
Defined in: src/models/RuntimeSnapshotDTO.ts:27
Optional description of the snapshot
environment
environment:
string
Defined in: src/models/RuntimeSnapshotDTO.ts:29
Name of the environment used by the runtime
files?
optionalfiles:any[]
Defined in: src/models/RuntimeSnapshotDTO.ts:47
List of files included in the snapshot
format?
optionalformat:string
Defined in: src/models/RuntimeSnapshotDTO.ts:39
Format of the snapshot
format_version?
optionalformat_version:string
Defined in: src/models/RuntimeSnapshotDTO.ts:41
Format version of the snapshot
metadata?
optionalmetadata:object
Defined in: src/models/RuntimeSnapshotDTO.ts:31
Metadata associated with the snapshot
Index Signature
[key: string]: any
language_info?
optionallanguage_info:any
version?
optionalversion:string
name
name:
string
Defined in: src/models/RuntimeSnapshotDTO.ts:25
Name of the snapshot
size?
optionalsize:number
Defined in: src/models/RuntimeSnapshotDTO.ts:37
Size of the snapshot in bytes
status?
optionalstatus:string
Defined in: src/models/RuntimeSnapshotDTO.ts:43
Status of the snapshot
uid
uid:
string
Defined in: src/models/RuntimeSnapshotDTO.ts:23
Unique identifier for the snapshot
updated_at
updated_at:
string
Defined in: src/models/RuntimeSnapshotDTO.ts:45
ISO 8601 timestamp when the snapshot was last updated