UploadPartCopyResultPartETag Property |
Gets the wrapper class of the part number and ETag.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public PartETag PartETag { get; }
Public ReadOnly Property PartETag As PartETag
Get
public:
property PartETag^ PartETag {
PartETag^ get ();
}
member PartETag : PartETag with get
Property Value
Type:
PartETagSee Also