PropsDurableObjectStorage extension

on

Methods

delete<T>(String key, DurableObjectPutOptions options) Future<bool>

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

deleteAlarm([DurableObjectSetAlarmOptions? options]) Future<void>

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

deleteAll(DurableObjectPutOptions options) Future<void>

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

deleteEntries<T>(Iterable<String> keys, [DurableObjectPutOptions? options]) Future<bool>

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

get(dynamic keys, DurableObjectGetOptions options) Future

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

getAlarm([DurableObjectGetAlarmOptions? options]) Future<int?>

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

list<T>([DurableObjectListOptions? options]) Future<Map<Object, T>>

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

put(String key, dynamic value, DurableObjectPutOptions options) Future

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

putEntries<T>(Map<Object, T> entries, DurableObjectPutOptions options) Future<void>

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

setAlarm(DateTime scheduled, [DurableObjectSetAlarmOptions? options]) Future<void>

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

sync() Future<void>

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension

transaction(Future<void> callback(DurableObjectTransaction tsx)) Future<void>

Available on DurableObjectStorage, provided by the PropsDurableObjectStorage extension