Share via


GarbageCollectionProperties Class

The garbage collection properties of the connected registry.

Constructor

GarbageCollectionProperties(*, enabled: bool | None = None, schedule: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
enabled

Indicates whether garbage collection is enabled for the connected registry.

Default value: None
schedule
str

The cron expression indicating the schedule that the connected registry will run garbage collection.

Default value: None

Variables

Name Description
enabled

Indicates whether garbage collection is enabled for the connected registry.

schedule
str

The cron expression indicating the schedule that the connected registry will run garbage collection.