ObjectListingCommonPrefixes Property |
The common prefixes in the result. The objects returned do not include the objects under these common prefixes (folders).
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IEnumerable<string> CommonPrefixes { get; }
Public ReadOnly Property CommonPrefixes As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ CommonPrefixes {
IEnumerable<String^>^ get ();
}
member CommonPrefixes : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also