Click or drag to resize
ObjectListingObjectSummaries Property
The iterator of OssObjectSummary that meet the requirements in the ListOjectRequest.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.4.0 (2.5.4)
Syntax
public IEnumerable<OssObjectSummary> ObjectSummaries { get; }

Property Value

Type: IEnumerableOssObjectSummary
See Also