Skip to main content

Module config_prune_api

Module config_prune_api 

Source

Enums§

ConfigPruneCreatePruneError
struct for typed errors of method config_prune_create_prune
ConfigPruneDeletePruneError
struct for typed errors of method config_prune_delete_prune
ConfigPruneGetConfigPruneByIdError
struct for typed errors of method config_prune_get_config_prune_by_id
ConfigPruneGetPruneError
struct for typed errors of method config_prune_get_prune
ConfigPruneUpdatePruneError
struct for typed errors of method config_prune_update_prune

Functions§

config_prune_create_prune
Create a new prune job. Permissions: Requires Datastore.Modify on job’s datastore.
config_prune_delete_prune
Remove a prune job configuration Permissions: Requires Datastore.Verify on job’s datastore.
config_prune_get_config_prune_by_id
Read a prune job configuration. Permissions: Requires Datastore.Audit or Datastore.Verify on job’s datastore.
config_prune_get_prune
List all scheduled prune jobs. Permissions: Requires Datastore.Audit.
config_prune_update_prune
Update prune job config. Permissions: Requires Datastore.Modify on job’s datastore.