ListObjectsRequestDelimiter Property |
Gets or sets the delimiter for grouping the returned objects based on their keys.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string Delimiter { get; set; }
Public Property Delimiter As String
Get
Set
public:
property String^ Delimiter {
String^ get ();
void set (String^ value);
}
member Delimiter : string with get, set
Property Value
Type:
StringSee Also