DownloadObjectRequestNonmatchingETagConstraints 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.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IList<string> NonmatchingETagConstraints { get; }
Public ReadOnly Property NonmatchingETagConstraints As IList(Of String)
Get
public:
property IList<String^>^ NonmatchingETagConstraints {
IList<String^>^ get ();
}
member NonmatchingETagConstraints : IList<string> with get
Property Value
Type:
IListStringSee Also