max Staleness Prefix
Parameters
value
When used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated. The accepted range for this value is 10
– 2147483647
. Defaults to 100
. Required when consistency_level
is set to BoundedStaleness
.
Note:
max_interval_in_seconds
andmax_staleness_prefix
can only be set to values other than default when theconsistency_level
is set toBoundedStaleness
.