Builder

class Builder

Properties

Link copied to clipboard

The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

Link copied to clipboard
var count: Int

The number of items in the response.

Link copied to clipboard

An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.

Link copied to clipboard

The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

Link copied to clipboard

The number of items evaluated, before any QueryFilter is applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Query operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.

Functions