Skip to main content

BaseStorageConfig

BaseStorageConfig represents the configuration that will be used per storage within the client usage, this class will be extended for concrete storage.
It composes of an optional path prefix for the workspace.

Each instance is produced automatically when creating a new rac-delta client.


Structure

pub struct BaseStorageConfig {
pub path_prefix: Option<String>,
}

Properties

PropertyTypeDescription
path_prefixOption<String>The optional path prefix that will be used for the storage workspace