BmobBatch class

Constructors

BmobBatch()

Properties

hashCode int
The hash code for this object.
no setterinherited
request List<Map<String, dynamic>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create<T extends BmobTable>(T table) BmobBatch
createAll<T extends BmobTable>(List<T> tables) BmobBatch
delete<T extends BmobTable>(T table) BmobBatch
deleteAll<T extends BmobTable>(List<T> tables) BmobBatch
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post() Future<List>
批量操作的上限为50个,会分组进行上传
toString() String
A string representation of this object.
inherited
update<T extends BmobTable>(T table, {Map<String, dynamic>? body}) BmobBatch
updateAll<T extends BmobTable>(List<T> tables, {Map<String, dynamic>? body}) BmobBatch

Operators

operator ==(Object other) bool
The equality operator.
inherited