CompleteMultipartUploadRequestPartETags Property |
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic 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:
IListPartETag
See Also