BatchAttachToIndex class

Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
indexReference ObjectReference
A reference to the index that you are attaching the object to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetReference ObjectReference
A reference to the object that you are attaching to 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