CompleteMultipartUploadRequestPartETags Property |
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IList<PartETag> PartETags { get; }
Public ReadOnly Property PartETags As IList(Of PartETag)
Get
public:
property IList<PartETag^>^ PartETags {
IList<PartETag^>^ get ();
}
member PartETags : IList<PartETag> with get
Property Value
Type:
IListPartETagSee Also