maxStalenessPrefix

@JvmName(name = "ucemnarcmveqmveu")
suspend fun maxStalenessPrefix(value: Output<Int>)
@JvmName(name = "khdwclkjrbovvshp")
suspend fun maxStalenessPrefix(value: Int?)

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 102147483647. Defaults to 100. Required when consistency_level is set to BoundedStaleness.

Note: max_interval_in_seconds and max_staleness_prefix can only be set to values other than default when the consistency_level is set to BoundedStaleness.