type FrontendOptions = GreptimeOptions<FrontendOptions>;
Aliased Type§
struct FrontendOptions {
pub runtime: RuntimeOptions,
pub plugins: Vec<PluginOptions>,
pub component: FrontendOptions,
}
Fields§
§runtime: RuntimeOptions
The runtime options.
plugins: Vec<PluginOptions>
The plugin options.
component: FrontendOptions
The options of each component (like Datanode or Standalone) of GreptimeDB.