Click or drag to resize

PutObjectRequestContentMd5 Property

Base64-encoded MD5 value of the object content to be uploaded, used for consistency verification on the server

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public string ContentMd5 { get; set; }

Property Value

Type: String
Remarks

Optional parameter

See Also