IndexReference class

Inheritance

Constructors

IndexReference(HopDocClient client, String index)

Properties

client HopDocClient
getter/setter pairinherited
compoundBody Map<String, dynamic>
no setterinherited
count Future<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
index String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Map<String, dynamic> doc) Future<DocumentSnapshot>
delete() Future<bool>
docInQuery(Map<String, dynamic> doc) bool
inherited
document(String id) DocumentReference
get({int? size, bool onlyIds = false}) Future<IndexSnapshot>
inherited
getWidget({required Widget onData(List<Document>), required Widget onError(String), required Widget onLoading()}) Widget
inherited
limit(int number) Query
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderBy({required String field, String order = "asc", bool addId = true}) Query
inherited
start({int? at, Document? after, bool nanoDate = false}) Query
inherited
toString() String
A string representation of this object.
inherited
where(String field, {String? isEqualTo, int? isGreaterThan, int? isGreaterThanOrEqualTo, int? isLessThan, int? isLessThanOrEqualTo, String? contains}) Query
inherited
withinBox({required GeoPoint topLeft, required GeoPoint bottomRight, required String field}) Query
inherited
withinRadius({required GeoPoint center, required String radius, required String field}) Query
inherited

Operators

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