DurableObjectTransaction class
- Inheritance
-
- Available extensions
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String key, {bool? allowConcurrency, bool? allowUnconfirmed, bool? noCache})
→ Future<bool>
-
inherited
-
deleteAlarm({bool? allowConcurrency, bool? allowUnconfirmed})
→ Future<void>
-
inherited
-
deleteAll({bool? allowConcurrency, bool? allowUnconfirmed, bool? noCache})
→ Future<void>
-
inherited
-
deleteEntries(Iterable<String> keys, {bool? allowConcurrency, bool? allowUnconfirmed, bool? noCache})
→ Future<bool>
-
inherited
-
get<T>(String key, {bool? allowConcurrency, bool? noCache})
→ Future<T?>
-
inherited
-
getAlarm({bool? allowConcurrency})
→ Future<int?>
-
inherited
-
getEntries<T>(Iterable<String> keys, {bool? allowConcurrency, bool? noCache})
→ Future<Map<String, T>>
-
inherited
-
list<T>({String? start, String? startAfter, String? end, String? prefix, bool? reverse, bool? limit, bool? allowConcurrency, bool? noCache})
→ Future<Map<String, T>>
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
put<T>(String key, T value, {bool? allowConcurrency, bool? allowUnconfirmed, bool? noCache})
→ Future<void>
-
inherited
-
putEntries<T>(Map<Object, T> entries, {bool? allowConcurrency, bool? allowUnconfirmed, bool? noCache})
→ Future<void>
-
inherited
-
rollback()
→ void
-
-
setAlarm(DateTime scheduledTime, {bool? allowConcurrency, bool? allowUnconfirmed})
→ Future<void>
-
inherited
-
sync()
→ Future<void>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
transaction(Future<void> callback(DurableObjectTransaction tsx))
→ Future<void>
-
inherited