Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
hiddentrue
idrDEV

Product Version2021 Winter
Report Note
AssigneeJaR

Resources & Remarks

Modification History

NameDateProduct VersionAction
JaR17 FEB 20212021 WinterKaffee
Antje18 FEB 15132022 SpringPizza
JaR18 FEB 422022 SpringDonut



Excerpt

Delete all objects of a specific tenant which have a deletion flag.

...

In the following example, all objects that were stored since 2021-09-01 by any user of tenant default will be exported. Additionally, only 50 items should be stored in each folder, so a nesting strategy is usedare flagged for deletion will be deleted. The job will continuously search for the next 100 (see: --fetch-size) flagged objects and process them, until the maximum running time of 1 hour (see: --running-time) was exceeded or there is no additional object flagged for deletion.

Code Block
languagepowershell
titleExample
Lt. Commander>maintain-delete --tenant default --running-time 3600 --fetch-size 100
Running delete job for tenant 'default' for 3600s

...