StorageConfig interface
Configuration for storing data in Powergate.
Signature:
export interface StorageConfig
Properties
Property | Type | Description |
---|---|---|
cold? | ColdConfig | (Optional) Cold storage configuration. |
hot? | HotConfig | (Optional) Hot storage configuration. |
repairable | boolean | Whether or not to enable storage auto repair. |