ObjectMetadataContentMd5 Property |
Gets or sets the HTTP Content-MD5 header, which is the MD5 summary in Hex string of the object.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string ContentMd5 { get; set; }
Public Property ContentMd5 As String
Get
Set
public:
property String^ ContentMd5 {
String^ get ();
void set (String^ value);
}
member ContentMd5 : string with get, set
Property Value
Type:
StringSee Also