Builder
class Builder
Properties
Link copied to clipboard
This is a legacy parameter. Use ProjectionExpression
instead. For more information, see Legacy Conditional Parameters in the Amazon DynamoDB Developer Guide.
Link copied to clipboard
The consistency of a read operation. If set to true
, then a strongly consistent read is used; otherwise, an eventually consistent read is used.
Link copied to clipboard
One or more substitution tokens for attribute names in an expression. The following are some use cases for using ExpressionAttributeNames
:
Link copied to clipboard
A string that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the ProjectionExpression
must be separated by commas.