ListObjectsRequestPrefix Property |
Gets or sets the object name prefix. The names of the returned object must be prefixed by this value.
It's optional. If it's not set, then there's no requirement on the object name.
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