Sets the age in days. This condition is satisfied when a Blob reaches the specified age
(in days). When you specify the Age condition, you are specifying a Time to Live (TTL)
for objects in a bucket with lifecycle management configured. The time when the Age
condition is considered to be satisfied is calculated by adding the specified value to
the object creation time.
Sets the date a Blob should be created before for an Action to be executed. Note that
only the date will be considered, if the time is specified it will be truncated. This
condition is satisfied when an object is created before midnight of the specified date in
UTC. *
Sets the date in RFC 3339 format with only the date part (for instance, "2013-01-15").
Note that only date part will be considered, if the time is specified it will be
truncated. This condition is satisfied when the custom time on an object is before this
date in UTC.
Sets the number of days elapsed since the user-specified timestamp set on an object. The
condition is satisfied if the days elapsed is at least this number. If no custom
timestamp is specified on an object, the condition does not apply.
Sets the 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.
Sets an isLive Boolean condition. If the value is true, this lifecycle condition matches
only live Blobs; if the value is false, it matches only archived objects. For the
purposes of this condition, Blobs in non-versioned buckets are considered live.
Sets the date in RFC 3339 format with only the date part (for instance, "2013-01-15").
Note that only date part will be considered, if the time is specified it will be
truncated. This condition is satisfied when the noncurrent time on an object is before
this date. This condition is relevant only for versioned objects.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]