Skip to main content

SnapshotCreateResponse

Datalayer Core


Datalayer Core / SnapshotCreateResponse

Interface: SnapshotCreateResponse

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:161

Response for creating a runtime snapshot SnapshotCreateResponse

Properties

message

message: string

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:165

Response message


snapshot

snapshot: RuntimeSnapshot

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:167

The created snapshot details


success

success: boolean

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:163

Indicates if the request was successful