Skip to main content

RuntimeSnapshotData

Datalayer Core


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?

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

optional files: any[]

Defined in: src/models/RuntimeSnapshotDTO.ts:47

List of files included in the snapshot


format?

optional format: string

Defined in: src/models/RuntimeSnapshotDTO.ts:39

Format of the snapshot


format_version?

optional format_version: string

Defined in: src/models/RuntimeSnapshotDTO.ts:41

Format version of the snapshot


metadata?

optional metadata: object

Defined in: src/models/RuntimeSnapshotDTO.ts:31

Metadata associated with the snapshot

Index Signature

[key: string]: any

language_info?

optional language_info: any

version?

optional version: string


name

name: string

Defined in: src/models/RuntimeSnapshotDTO.ts:25

Name of the snapshot


size?

optional size: number

Defined in: src/models/RuntimeSnapshotDTO.ts:37

Size of the snapshot in bytes


status?

optional status: 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