//tempest2/app.cash.tempest2/BeginsWith
BeginsWith¶
[jvm]\ data class BeginsWith<K>(val prefix: K) : KeyCondition<K>
Applies equality condition on the hash key and the following condition on the range key
- begins_with (a, substr)— true if the value of attribute a begins with a particular substring.
Constructors¶
BeginsWith | [jvm] constructor(prefix: K) |
Properties¶
Name | Summary |
---|---|
prefix | [jvm] val prefix: K |