Module Options.Read_options

Read options

type t
val create : ?⁠verify_checksums:bool -> ?⁠fill_cache:bool -> ?⁠tailing:bool -> unit -> t

create verify_checksums fill_cache tailing returns a new ReadOptions object to be used to configure read operations on a RocksDB database. TODO