Method: Google::Cloud::Storage::Bucket::Lifecycle::Rule#noncurrent_time_before
- Defined in:
-
lib/google/cloud/storage/bucket/lifecycle.rb,
lib/google/cloud/storage/bucket/lifecycle.rb
A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the noncurrent time on an object is before this date in UTC. This condition is relevant only for versioned objects. When returned by the service, a non-empty value will always be a Date object.
437 438 439 |
# File 'lib/google/cloud/storage/bucket/lifecycle.rb', line 437 def noncurrent_time_before @noncurrent_time_before end |