KeyConditionBuilder
See https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.KeyConditionExpressions.html
Functions
Link copied to clipboard
infix fun PartitionKeyCondition<HashKey, SortKey>.and(secondary: SortKeyCondition<HashKey, SortKey>?): CombinedKeyCondition<HashKey, SortKey>
Link copied to clipboard
infix fun KeyConditionBuilder.SortKeySubstitute<HashKey, SortKey>.beginsWith(value: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
fun KeyConditionBuilder.SortKeySubstitute<HashKey, SortKey>.between(value1: SortKey, value2: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
infix fun KeyConditionBuilder.HashKeySubstitute<HashKey, SortKey>.eq(value: HashKey): PartitionKeyCondition<HashKey, SortKey>
infix fun KeyConditionBuilder.SortKeySubstitute<HashKey, SortKey>.eq(value: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
infix fun KeyConditionBuilder.SortKeySubstitute<HashKey, SortKey>.ge(value: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
infix fun KeyConditionBuilder.SortKeySubstitute<HashKey, SortKey>.gt(value: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
infix fun KeyConditionBuilder.SortKeySubstitute<HashKey, SortKey>.le(value: SortKey): SortKeyCondition<HashKey, SortKey>?
Link copied to clipboard
infix fun KeyConditionBuilder.SortKeySubstitute<HashKey, SortKey>.lt(value: SortKey): SortKeyCondition<HashKey, SortKey>?