Click or drag to resize
CopyObjectRequestMatchingETagConstraints Property
ETag maching contraints---that is for the copy operation to execute, the source object's ETag must match one of the ETags in this property. If not, return 412 as HTTP code (precondition failed)

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public IList<string> MatchingETagConstraints { get; }

Property Value

Type: IListString
See Also