ObjectMetadataETag Property |
Gets or sets the value of HTTP ETag header. Note that this is set by OSS server.
To set the Content-MD5 value, use HTTP COntent-MD5 header instead.
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