IComputeSchema
Defines the schema for a compute, including its configuration and dependencies.
Type extending IComputeData.
Optional
Optional callbacks for compute lifecycle events.
The name of the compute.
Array of state names the compute depends on.
Optional description for documentation purposes.
The client identifier.
The computed data or a promise resolving to it.
Function to retrieve or compute the data.
Array of middleware functions to process compute data.
Indicates if the compute is shared across clients.
Time-to-live for the compute data, in milliseconds.
IComputeSchema
Description
Defines the schema for a compute, including its configuration and dependencies.