Abstract
Store a value at the provided key in the bucket, this will overwrite the previous value stored there, if any.
The value you're storing, for objects this will be converted to json behind the scenes
Optional
options: SetValueOptionsOptional options
The storage entry
Similar to set but stores the value conditionally.
The value you're storing, for objects this will be converted to json behind the scenes
The condition that has to pass to store the value.
Optional
options: SetValueOptionsOptional options
Either the new entry, or undefined if the condition failed.
Generated using TypeDoc
A single persistent variable.
This internally just uses a storage bucket so the functionality is identical to storage buckets.
You can think of this as just a single entry inside a storage bucket