BatchDetachFromIndex class

Detaches the specified object from the specified index inside a BatchRead operation. For more information, see DetachFromIndex and BatchReadRequest$Operations.

Constructors

BatchDetachFromIndex({required ObjectReference indexReference, required ObjectReference targetReference})

Properties

hashCode int
The hash code for this object.
no setterinherited
indexReference ObjectReference
A reference to the index object.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetReference ObjectReference
A reference to the object being detached from the index.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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