Package | Description |
---|---|
com.amazonaws.mobileconnectors.dynamodbv2.document |
Modifier and Type | Method and Description |
---|---|
ScanOperationConfig |
ScanOperationConfig.withAttributesToGet(List<String> attributesToGet)
Set attributes to get.
|
ScanOperationConfig |
ScanOperationConfig.withCollectResults(boolean collectResults)
Whether to collect GetNextSet and GetRemaining results in Matches
property.
|
ScanOperationConfig |
ScanOperationConfig.withConditionalOperator(ConditionalOperator conditionalOperator)
A 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.
|
ScanOperationConfig |
ScanOperationConfig.withConsistentRead(boolean consistentRead)
Set Consistent Read.
|
ScanOperationConfig |
ScanOperationConfig.withFilter(ScanFilter filter)
Set Query Filter.
|
ScanOperationConfig |
ScanOperationConfig.withFilterExpression(Expression filterExpression)
Set filter expression.
|
ScanOperationConfig |
ScanOperationConfig.withIndexName(String indexName)
Name of the index to query.
|
ScanOperationConfig |
ScanOperationConfig.withLimit(int limit)
The pagination size.
|
ScanOperationConfig |
ScanOperationConfig.withSegment(int segment)
For parallel Scan requests, Segment identifies an
individual segment to be scanned by an application "worker" (such as a
thread or a process).
|
ScanOperationConfig |
ScanOperationConfig.withSelect(Select select)
Attributes to select.
|
ScanOperationConfig |
ScanOperationConfig.withTotalSegments(int totalSegments)
For parallel Scan requests, TotalSegmentsrepresents the
total number of segments for a table that is being scanned.
|
Modifier and Type | Method and Description |
---|---|
Search |
Table.scan(ScanOperationConfig config)
Initiates a Search object to Query a DynamoDB table, with the specified
config.
|
Copyright © 2019. All rights reserved.