There are various properties you can configure when utilizing Broadleaf’s Data Tracking library.
Properties related to configuring pageable attributes, such as setting maximum page size.
See the PageableProperties
class for more details.
Property | Description | Default |
---|---|---|
|
The maximum page size for |
2000 |
|
The maximum page size for |
2000 |
These properties are bound to the ApplicationConfigurationProperties
class.
Property | Description | Default |
---|---|---|
(since DataTracking 2.0.5) |
Should audit update fields be populated on create with the same value as create field |
false |
These properties are bound to the PurgeObsoleteSandboxDataConfigurationProperties
class.
Property | Description | Default |
---|---|---|
|
Whether purging of obsolete sandbox data is enabled. |
true |
|
This is the duration used to determine whether sandbox data is outdated. The current time (the time that the scheduled job is handled) minus this duration is the age cutoff that will be used. All sandbox-archived records whose last-updated audit timestamps are all older than this cutoff will be deleted. |
60 days |
These properties are bound to the JpaPurgeObsoleteSandboxProperties
class.
They configure the behavior of JpaTrackableRepository#purgeObsoleteSandboxData
.
Property | Description | Default |
---|---|---|
|
The maximum number of main entities to purge in a single batch. |
100 |
|
The maximum number of batches to process. This limit is useful to set an upper bound on each execution of the purge process. Typically, the expectation is for any remaining records to be deleted on the next execution of the purge process. |
50 |