LifecycleRuleLifeCycleExpirationCreatedBeforeDate Property |
Gets or sets the expiration time.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public Nullable<DateTime> CreatedBeforeDate { get; set; }
Public Property CreatedBeforeDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> CreatedBeforeDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member CreatedBeforeDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeThe expiration time.
See Also