consistentWith

fun consistentWith(tokens: MutationState): KvScanConsistency

Targeted consistency. Waits for specific K/V mutations to be indexed before executing the scan.

Sometimes referred to as "At Plus".

Parameters

tokens

the mutations to await before executing the scan