public static class BucketInfo.AgeDeleteRule extends BucketInfo.DeleteRule
BucketInfo.DeleteRule.Type| Constructor and Description |
|---|
BucketInfo.AgeDeleteRule(int daysToLive)
Creates an
AgeDeleteRule object. |
public BucketInfo.AgeDeleteRule(int daysToLive)
AgeDeleteRule object.daysToLive - blobs' Time To Live expressed in days. The time when the age condition is
considered to be satisfied is computed by adding daysToLive days to the
midnight following blob's creation time in UTC.Copyright © 2016 Google. All rights reserved.