The Select operation returns a set of attributes for ItemNames that match the select expression
The Select operation returns a set of attributes for ItemNames that match the select expression
The select operation returns a set of attributes for ItemNames that match the select expression. select is similar to the standard SQL SELECT statement.
SelectExpression: [required] The expression used to query the domain.
NextToken: A string informing Amazon SimpleDB where to start the next list of ItemNames.
ConsistentRead: Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.