class RocksDB::ReadOptions
- RocksDB::ReadOptions
- Reference
- Object
Defined in:
rocksdb/options.crConstructors
Instance Method Summary
- #background_purge_on_iterator_cleanup=(value : Bool)
- #fill_cache=(value : Bool)
- #finalize
- #ignore_range_deletions=(value : Bool)
- #iterate_lower_bound=(key : Bytes)
- #iterate_upper_bound=(key : Bytes)
- #max_skippable_internal_keys=(value : Int)
- #pin_data=(value : Bool)
- #prefix_same_as_start=(value : Bool)
- #readahead_size=(size : Int)
- #snapshot=(snapshot : BaseSnapshot)
- #tailing=(value : Bool)
- #to_unsafe : Pointer(LibRocksDB::ReadOptions)
- #total_order_seek=(value : Bool)
- #verify_checksums=(value : Bool)