imageMaximumGcAge property

String? imageMaximumGcAge
getter/setter pair

Defines the maximum age an image can be unused before it is garbage collected.

The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300s", "1.5h", and "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration greater than image_minimum_gc_age or "0s". The default value is "0s" if unspecified, which disables this field, meaning images won't be garbage collected based on being unused for too long.

Optional.

Implementation

core.String? imageMaximumGcAge;