GetObjectRequestMatchingETagConstraints Property |
获取一个列表表示:如果传入期望的ETag和
OssObject的ETag匹配,则正常的发送文件。
如果不符合,返回错误。
对应“If-Match”参数,
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic IList<string> MatchingETagConstraints { get; }
Public ReadOnly Property MatchingETagConstraints As IList(Of String)
Get
public:
property IList<String^>^ MatchingETagConstraints {
IList<String^>^ get ();
}
member MatchingETagConstraints : IList<string> with get
Property Value
Type:
IListString
See Also