GarbageCollectionProperties interface
The garbage collection properties of the connected registry.
Properties
| enabled | Indicates whether garbage collection is enabled for the connected registry. |
| schedule | The cron expression indicating the schedule that the connected registry will run garbage collection. |
Property Details
enabled
Indicates whether garbage collection is enabled for the connected registry.
enabled?: boolean
Property Value
boolean
schedule
The cron expression indicating the schedule that the connected registry will run garbage collection.
schedule?: string
Property Value
string