ObjectMetadataContentMd5 Property |
获取或设置一个值表示与Object相关的hex编码的128位MD5摘要。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic 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:
String
See Also