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
@@ -538,7 +538,7 @@ The second argument is an `options` object that specifies the details of your qu
538
538
| beginsWith | same as `sortKey`| Specifies `sortKey` condition to *begin with* the supplied values. (KeyConditionExpression) |
539
539
| filters |`array` or `object`| A complex `object` or `array` of objects that specifies the query's filter condition. See [Filters and Conditions](#filters-and-conditions). (FilterExpression) |
540
540
| attributes |`array` or `object`| An `array` or array of complex `objects` that specify which attributes should be returned. See [Projection Expression](#projection-expression) below (ProjectionExpression) |
541
-
| startKey |`object`| An object that contains the `partitionKey` and `sortKey` of the first item that this operation will evaluate. (ExclusiveStartKey) |
541
+
| startKey |`object`| An object that contains the `partitionKey` and `sortKey` of the first item that this operation will evaluate (if you're querying a secondary index, the keys for the primary index will also need to be included in the object - see `LastEvaluatedKey` result for details). (ExclusiveStartKey) |
542
542
| entity |`string`| The name of a table Entity to evaluate `filters` and `attributes` against. |
543
543
| execute |`boolean`| Enables/disables automatic execution of the DocumentClient method (default: *inherited from Entity*) |
544
544
| parse |`boolean`| Enables/disables automatic parsing of returned data when `autoExecute` evaluates to `true` (default: *inherited from Entity*) |
0 commit comments