LifecycleRulePrefix Property |
Gets or sets the prefix of the files the rule applied to.
If it's null, then the rule is applied to the whole bucket.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string Prefix { get; set; }
Public Property Prefix As String
Get
Set
public:
property String^ Prefix {
String^ get ();
void set (String^ value);
}
member Prefix : string with get, set
Property Value
Type:
StringSee Also