projectionExpression property
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.
If no attribute names are specified, then all attributes will be returned. If any of the requested attributes are not found, they will not appear in the result.
For more information, see Accessing Item Attributes in the Amazon DynamoDB Developer Guide.
Implementation
final String? projectionExpression;