WriteConsistency

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class WriteConsistency(val level: KandraConsistency)

Overrides the default write consistency level for this entity's table. Per-operation consistency overrides this annotation.

Properties

Link copied to clipboard