bloomFilterFalsePositiveProbability

@JvmName(name = "qmyoxrxfggwwgdiv")
suspend fun bloomFilterFalsePositiveProbability(value: Output<Double>)
@JvmName(name = "xlxlbkusotrrkxdk")
suspend fun bloomFilterFalsePositiveProbability(value: Double?)

Parameters

value

The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.