|
| void | exclude (const std::string &asset) |
| | Add an asset to the exclusion list. More...
|
| |
|
bool | hasExclusions () |
| |
| bool | isExcluded (const std::string &asset) |
| | Check if the named asset appears in the exclusion list. More...
|
| |
| void | minimumRetained (uint32_t minimum) |
| | Set the minimum number of rows to retian for each asset. More...
|
| |
|
uint32_t | getMinimumRetained () |
| |
◆ exclude()
| void PurgeConfiguration::exclude |
( |
const std::string & |
asset | ) |
|
Add an asset to the exclusion list.
- Parameters
-
| asset | the asset to add to the exclusion list |
◆ getInstance()
Return the singleton instance of the PurgeConfiguration class for this plugin.
- Returns
- PurgeConfiguration* singleton instance
◆ isExcluded()
| bool PurgeConfiguration::isExcluded |
( |
const std::string & |
asset | ) |
|
Check if the named asset appears in the exclusion list.
- Parameters
-
| asset | Asset to check for exclusion |
- Returns
- True if the asset is excluded
◆ minimumRetained()
| void PurgeConfiguration::minimumRetained |
( |
uint32_t |
minimum | ) |
|
Set the minimum number of rows to retian for each asset.
- Parameters
-
| minimum | Minimum number of rows to retain |
The documentation for this class was generated from the following files:
- C/plugins/storage/sqlite/common/include/purge_configuration.h
- C/plugins/storage/sqlite/common/purge_configuration.cpp