GenericResultResponseMetadata Property |
Contains additional information about the request, such as the md5 value of the object.
Namespace: Aliyun.OSS.ModelAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IDictionary<string, string> ResponseMetadata { get; }
Public ReadOnly Property ResponseMetadata As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ ResponseMetadata {
IDictionary<String^, String^>^ get ();
}
member ResponseMetadata : IDictionary<string, string> with get
Property Value
Type:
IDictionaryString,
StringSee Also