BDS Public
BdsApi 4.0.1
This is the Blacknest BDS API.
Loading...
Searching...
No Matches
Bds::CleanOptions Class Reference

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.
 
BInt32 changes
 Clean the changes.
 
BInt32 deletedFiles
 Clean deleted data files.
 

Detailed Description

This defines the set of clean options used in the clean() function.

Constructor & Destructor Documentation

◆ CleanOptions()

Bds::CleanOptions::CleanOptions ( BInt32  logs = 0,
BInt32  changes = 0,
BInt32  deletedFiles = 0 
)

Member Data Documentation

◆ logs

BInt32 Bds::CleanOptions::logs

Clean the Logs.

◆ changes

BInt32 Bds::CleanOptions::changes

Clean the changes.

◆ deletedFiles

BInt32 Bds::CleanOptions::deletedFiles

Clean deleted data files.


The documentation for this class was generated from the following files: