Method: Google::Cloud::Storage::Bucket::Lifecycle::Rule#days_since_custom_time
- Defined in:
-
lib/google/cloud/storage/bucket/lifecycle.rb,
lib/google/cloud/storage/bucket/lifecycle.rb
Represents 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.
437 438 439 |
# File 'lib/google/cloud/storage/bucket/lifecycle.rb', line 437 def days_since_custom_time @days_since_custom_time end |