UploadPartCopyRequestMatchingETagConstraints Property |
如果源Object的ETAG值和用户提供的ETAG相等,则执行拷贝操作;
否则返回412 HTTP错误码(预处理失败)。
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