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
| Property | Type | Description |
|---|---|---|
| path_prefix | Option<String> | The optional path prefix that will be used for the storage workspace |