BdsApi
2.2.2
This is the Blacknest BDS API.
|
This defines the set of clean options used in the clean() function. More...
#include <BdsD.h>
Public Member Functions | |
CleanOptions (BInt32 logs=0, BInt32 changes=0, BInt32 deletedFiles=0) | |
Public Attributes | |
BInt32 | logs |
Clean the Logs. More... | |
BInt32 | changes |
Clean the changes. More... | |
BInt32 | deletedFiles |
Clean deleted data files. More... | |
This defines the set of clean options used in the clean() function.
BInt32 Bds::CleanOptions::changes |
Clean the changes.
BInt32 Bds::CleanOptions::deletedFiles |
Clean deleted data files.
BInt32 Bds::CleanOptions::logs |
Clean the Logs.