Builder

class Builder

Properties

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
var limit: Int?

The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, along with a key in LastEvaluatedKey to apply in a subsequent operation so you can pick up where you left off. Also, if the processed dataset size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation.

Link copied to clipboard

Set this value to get remaining results, if NextToken was returned in the statement response.

Link copied to clipboard

The parameters for the PartiQL statement, if any.

Link copied to clipboard

Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response:

Link copied to clipboard

An optional parameter that returns the item attributes for an ExecuteStatement operation that failed a condition check.

Link copied to clipboard

The PartiQL statement representing the operation to run.