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
export interface BaseStorageConfig {
pathPrefix?: string;
}
Properties
| Property | Type | Description |
|---|---|---|
| pathPrefix | string | The optional path prefix that will be used for the storage workspace |