UploadPartCopyRequestMatchingETagConstraints Property |
如果源Object的ETAG值和用户提供的ETAG相等,则执行拷贝操作;
否则返回412 HTTP错误码(预处理失败)。
Namespace: Aliyun.OpenServices.OpenStorageServiceAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntaxpublic IList<string> MatchingETagConstraints { get; }
Public ReadOnly Property MatchingETagConstraints As IList(Of String)
Get
Property Value
Type:
IListString
See Also