AppendObjectResultETag Property |
ETag getter/setter. ETag is calculated in the OSS server side by using the 128bit MD5 result on the object content. It's the hex string.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string ETag { get; }
Public ReadOnly Property ETag As String
Get
public:
property String^ ETag {
String^ get ();
}
member ETag : string with get
Property Value
Type:
StringSee Also