AlgoliaObjectReference class

Properties

algolia Algolia
final
hashCode int
The hash code for this object.
no setterinherited
index String?
no setter
objectID String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteObject() Future<AlgoliaTask>
Delete the object referred to by this AlgoliaObjectReference.
getObject() Future<AlgoliaObjectSnapshot>
Get the object referred to by this AlgoliaObjectReference.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
partialUpdateObject(Map<String, dynamic> data, {bool createIfNotExists = true}) Future<AlgoliaTask>
PartialUpdateObject
setData(Map<String, dynamic> data) Future<AlgoliaTask>
Writes to the object referred to by this AlgoliaObjectReference.
toString() String
A string representation of this object.
inherited
updateData(Map<String, dynamic> data) Future<AlgoliaTask>
UpdateData

Operators

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