filterPolicy property
FilterPolicy?
get
filterPolicy
If non-null, use the specified filter policy to reduce disk reads.
Many applications will benefit from passing the result of
FilterPolicy.bloom()
here.
Implementation
FilterPolicy? get filterPolicy;