BatchListIndex class
Lists objects attached to the specified index inside a BatchRead operation. For more information, see ListIndex and BatchReadRequest$Operations.
Constructors
-
BatchListIndex({required ObjectReference indexReference, int? maxResults, String? nextToken, List<
ObjectAttributeRange> ? rangesOnIndexedValues})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexReference → ObjectReference
-
The reference to the index to list.
final
- maxResults → int?
-
The maximum number of results to retrieve.
final
- nextToken → String?
-
The pagination token.
final
-
rangesOnIndexedValues
→ List<
ObjectAttributeRange> ? -
Specifies the ranges of indexed values that you want to query.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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