Companion

object Companion

Functions

notBounded
Link copied to clipboard
fun notBounded(): AnalyticsScanConsistency

For when speed matters more than consistency. Executes the query immediately, without waiting for prior K/V mutations to be indexed.

requestPlus
Link copied to clipboard
fun requestPlus(): AnalyticsScanConsistency

Strong consistency. Waits for all prior K/V mutations to be indexed before executing the query.