Skip to main content

IRuntimeOptions

Datalayer Core


Datalayer Core / IRuntimeOptions

Interface: IRuntimeOptions

Defined in: src/stateful/runtimes/apis.ts:34

Runtime creation options

Properties

capabilities?

optional capabilities: "user_storage"[]

Defined in: src/stateful/runtimes/apis.ts:54

Kernel capabilities


creditsLimit

creditsLimit: number

Defined in: src/stateful/runtimes/apis.ts:42

Credits limit to be consumed by the kernel


environmentName

environmentName: string

Defined in: src/stateful/runtimes/apis.ts:38

Environment name


givenName?

optional givenName: string

Defined in: src/stateful/runtimes/apis.ts:50

Runtime given name


snapshot?

optional snapshot: string

Defined in: src/stateful/runtimes/apis.ts:58

Kernel snapshot to restore


type?

optional type: IRuntimeType

Defined in: src/stateful/runtimes/apis.ts:46

Runtime type