Gets or sets the ETag, which is the 128 bit MD5 digest in hex string.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string ETag { get; set; }
Public Property ETag As String
Get
Set
public:
property String^ ETag {
String^ get ();
void set (String^ value);
}
member ETag : string with get, set
Property Value
Type:
StringSee Also