Click or drag to resize

TableOptionsBloomFilterFpChance Property

The false positive chance for the bloom filter of this table.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public double BloomFilterFpChance { get; }

Return Value

Type: Double
the bloom filter false positive chance for this table (in [0.0, 1.0]).
See Also