consistent With
fun consistentWith(tokens: MutationState, scanWait: Duration? = null): QueryScanConsistency
Content copied to clipboard
Targeted consistency. Waits for specific K/V mutations to be indexed before executing the query.
Sometimes referred to as "At Plus".
Parameters
tokens
the mutations to await before executing the query
scan Wait
max time to wait for the indexer to catch up