Click or drag to resize
GeneratePresignedUriRequestUserMetadata Property
Gets or sets the UserMetadata dictionary. The SDK will automatically add the x-oss-meta- as the prefix of the metadata. So the key in this property should not include x-oss-meta- prefix anymore.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public IDictionary<string, string> UserMetadata { get; set; }

Property Value

Type: IDictionaryString, String
See Also