if ($minValue === 'auto' && $maxValue === 'auto') {
            // Default: Delete anytime if space needed
            $this->minAge = self::NO_OBLIGATION;
            $this->maxAge = self::NO_OBLIGATION;
            $this->canPurgeToSaveSpace = true;