sled v0.1.0-alpha.2 Sled.Config.Options View Source

Defines a struct for Sled.Config options.

Link to this section Summary

Types

t()

sled configuration options.

Link to this section Types

Specs

t() :: %Sled.Config.Options{
  cache_capacity: integer() | nil,
  compression_factor: integer() | nil,
  create_new: boolean() | nil,
  mode: :low_space | :high_throughput | nil,
  path: Path.t() | nil,
  print_profile_on_drop: boolean() | nil,
  temporary: boolean() | nil,
  use_compression: boolean() | nil
}

sled configuration options.

For more info, refer to the sled docs.