ListMultipartUploadsRequestPrefix Property |
Gets or sets the target object's prefix of these multipart uploads.
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