You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -552,7 +552,7 @@ The `scan()` method accepts two arguments. The first argument is an `options` ob
552
552
553
553
| Option | Type | Description |
554
554
| -------- | :--: | ----------- |
555
-
| index |`string`| Name of secondary index to scan. If not specified, the query executes on the primary index. (IndexName) |
555
+
| index |`string`| Name of secondary index to scan. If not specified, the query executes on the primary index. The index must include the table's `entityField` attribute for automatic parsing of returned data. (IndexName) |
556
556
| limit |`number`| The maximum number of items to retrieve per scan. (Limit) |
557
557
| consistent |`boolean`| Enable a consistent read of the items (ConsistentRead) |
558
558
| capacity |`string`| Return the amount of consumed capacity. One of either `none`, `total`, or `indexes` (ReturnConsumedCapacity) |
0 commit comments