daysSinceNoncurrentTime property

int? daysSinceNoncurrentTime
getter/setter pair

Number of days elapsed since the noncurrent timestamp of an object.

The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.

Implementation

core.int? daysSinceNoncurrentTime;