Click or drag to resize
CopyObjectRequestNonmatchingETagConstraints Property
ETag non-matching contraints---that is for the copy operation to execute, the source object's ETag must not match any of the ETags in this property. If matches any, 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> NonmatchingETagConstraints { get; }

Property Value

Type: IListString
See Also