Collection class
Constructors
- Collection(CloudBaseCore core, String collName)
Properties
- coll → String
-
no setterinherited
- core → CloudBaseCore
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
dynamic data) → Future< DbCreateResponse> -
count(
) → Future< DbQueryResponse> -
inherited
-
doc(
[dynamic docId]) → Document -
field(
Map< String, bool> projection) → Query -
inherited
-
get(
) → Future< DbQueryResponse> -
inherited
-
limit(
int limit) → Query -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
orderBy(
String fieldPath, String directionStr) → Query -
inherited
-
remove(
) → Future< DbRemoveResponse> -
inherited
-
skip(
int offset) → Query -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
Map< String, dynamic> ? data) → Future<DbUpdateResponse> -
inherited
-
watch(
{void onChange(Snapshot snapshot)?, void onError(dynamic error)?}) → RealtimeListener -
inherited
-
where(
dynamic query) → Query -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited