List of attributes to retrieve as part of the search
BackwardSearch System.BooleanFlag that signals if the search is traversing backwards
CollectResults System.BooleanWhether to collect GetNextSet and GetRemaining results in Matches property. Default is true. If set to false, Matches will always be empty.
ConditionalOperator Amazon.DynamoDBv2.DocumentModel.ConditionalOperatorValuesA logical operator to apply to the conditions in the Filter property: AND - If all of the conditions evaluate to true, then the entire filter evaluates to true. OR - If at least one of the conditions evaluate to true, then the entire filter evaluates to true. Default value is AND.
ConsistentRead System.BooleanIf set to true, this flag ensures that the most recently written data is returned.
Filter Amazon.DynamoDBv2.DocumentModel.QueryFilterFilter for the search operation
FilterExpression Amazon.DynamoDBv2.DocumentModel.ExpressionThe expression that is evaluated for each item. Only items that pass the expression are returned.
Both KeyExpression and FilterExpression contain ExpressionAttributeNames and ExpressionAttributeValues. Attribute names or values can be added to either expression and can be referenced in either expression statement. Conflicting attribute names or values will lead to an exception being thrown.
IndexName System.StringName of the index to query against.
KeyExpression Amazon.DynamoDBv2.DocumentModel.ExpressionThe key expression that is evaluated for each item. Only items that pass the expression are returned.
Both KeyExpression and FilterExpression contain ExpressionAttributeNames and ExpressionAttributeValues. Attribute names or values can be added to either expression and can be referenced in either expression statement. Conflicting attribute names or values will lead to an exception being thrown.
Limit System.Int32Upper limit on the number of items to return per request
PaginationToken System.StringPagination token corresponding to the item where the last Query operation stopped, inclusive of the previous result set. Set this value to resume Query operation from the next item. This token should be retrieved from a Search object.
Select Amazon.DynamoDBv2.DocumentModel.SelectValuesEnum specifying what data to return from query.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4