GeneratePresignedUriRequestContentMd5 Property |
获取或设置签名URL对应的文件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