CleanupOrphanedSettingsStoreEntriesOptions
Options for cleaning up orphaned settings store entries.
dryRun
property
booleanDefault:
falseIf true, perform a dry run without actually deleting entries.
olderThan
property
stringDefault:
'7d'Only delete entries older than this duration. Examples: '30d', '7d', '1h', '30m'
maxDeleteCount
property
numberDefault:
1000Maximum number of entries to delete in a single operation.
batchSize
property
numberDefault:
100Batch size for deletion operations.
Was this chapter helpful?