Constant WAL_OPTIONS_KEY
pub const WAL_OPTIONS_KEY: &'static str;
Expand description
Option key for all WAL options.
An encoded wal options will be wrapped into a (WAL_OPTIONS_KEY, encoded wal options) key-value pair
and inserted into the options of a RegionCreateRequest
.