Beispiel #1
0
 public static void leveldb_options_set_max_open_files(IntPtr /*Options*/ options, int max)
 {
     NativeRocksDB.rocksdb_options_set_max_open_files(options, max);
 }