Skip to main content

RuntimeSnapshotJSON

Datalayer Core


Datalayer Core / RuntimeSnapshotJSON

Interface: RuntimeSnapshotJSON

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

Stable public interface for Snapshot data. This is the contract that SDK consumers can rely on. The raw API may change, but this interface remains stable.

Properties

description?

optional description: string

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

Optional description of the snapshot


environment

environment: string

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

Name of the environment used by the runtime


name

name: string

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

Name of the snapshot


uid

uid: string

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

Unique identifier for the snapshot


updatedAt

updatedAt: string

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

ISO 8601 timestamp when the snapshot was last updated