Query
@JsonSerializable
Constructors
Link copied to clipboard
constructor(TableName: TableName, KeyConditionExpression: String? = null, FilterExpression: String? = null, ProjectionExpression: String? = null, ExpressionAttributeNames: TokensToNames? = null, ExpressionAttributeValues: TokensToValues? = null, IndexName: IndexName? = null, Select: Select? = null, ConsistentRead: Boolean? = null, ExclusiveStartKey: Key? = null, Limit: Int? = null, ReturnConsumedCapacity: ReturnConsumedCapacity? = null, ScanIndexForward: Boolean? = null)