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_secondsandmax_staleness_prefixcan only be set to values other than default when theconsistency_levelis set toBoundedStaleness.