LifecycleRuleExpriationDays Property |
当前规则的有效天数
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic Nullable<int> ExpriationDays { get; set; }
Public Property ExpriationDays As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> ExpriationDays {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ExpriationDays : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also