[#BloombergLP-balb-FileCleanerConfiguration] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::FileCleanerConfiguration :relfileprefix: ../../ :mrdocs: This simply constrained (value‐semantic) attribute class characterizes configuration parameters for a file cleaner. == Synopsis Declared in `<balb_filecleanerconfiguration.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class FileCleanerConfiguration; ---- == Description See the for information on the class attributes. Note that the class invariants are identically the constraints on the individual attributes. This class: * supports a complete set of _value‐semantic_ operations * except for `bdex` serialization * is _exception‐neutral_ (agnostic) * is _alias‐safe_ * is `const` _thread‐safe_ For terminology see `bsldoc_glossary`. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balb/FileCleanerConfiguration/2constructor-08.adoc[`FileCleanerConfiguration`] [.small]#[constructor]# | Constructors | xref:BloombergLP/balb/FileCleanerConfiguration/operator_assign.adoc[`operator=`] | Assign to this object the in‐core value of the specified `rhs`. | xref:BloombergLP/balb/FileCleanerConfiguration/filePattern.adoc[`filePattern`] | Return a `const` reference to the file pattern attribute of this object. | xref:BloombergLP/balb/FileCleanerConfiguration/maxFileAge.adoc[`maxFileAge`] | Return the maximum file age attribute of this object. | xref:BloombergLP/balb/FileCleanerConfiguration/maxNumFiles.adoc[`maxNumFiles`] | Return the maximum number of files to keep attribute of this object. | xref:BloombergLP/balb/FileCleanerConfiguration/minNumFiles.adoc[`minNumFiles`] | Return the minimum number of files to keep attribute of this object. | xref:BloombergLP/balb/FileCleanerConfiguration/print.adoc[`print`] | Format this object to the specified output `stream`. | xref:BloombergLP/balb/FileCleanerConfiguration/setFilePattern.adoc[`setFilePattern`] | Set the file pattern attribute of this object to the specified `filePattern`. | xref:BloombergLP/balb/FileCleanerConfiguration/setMaxFileAge.adoc[`setMaxFileAge`] | Set the maximum file age attribute of this object to the specified `maxAge`. | xref:BloombergLP/balb/FileCleanerConfiguration/setMaxNumFiles.adoc[`setMaxNumFiles`] | Set the maximum number of files to keep to the specified `maxNumFiles`. | xref:BloombergLP/balb/FileCleanerConfiguration/setMinNumFiles.adoc[`setMinNumFiles`] | Set the minimum number of files to keep to the specified `minNumFiles`. | xref:BloombergLP/balb/FileCleanerConfiguration/2conversion.adoc[`operator BloombergLP::bslmf::NestedTraitDeclaration<FileCleanerConfiguration, UsesBslmaAllocator>`] | Declare that this type uses a `bslma` allocator. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/balb/operator_eq-046.adoc[BloombergLP::balb::operator==]` | Return `true` if the specified `lhs` and `rhs` have the same value. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balb/operator_not_eq-00.adoc[`operator!=`] | Return `true` if the specified `lhs` and `rhs` do not have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#