Click or drag to resize
GetObjectRequestNonmatchingETagConstraints Property
Gets the ETag non-matching constraint list. If the actual ETag does not match any one in the constraint list, the file will be downloaded. Otherwise, returns precondition failed. The corresponding http header is "If-None-Match".

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