GetObjectRequestMatchingETagConstraints Property |
Gets the ETag matching constraint list. If the actual ETag matches any one in the constraint list, the file will be downloaded.
Otherwise, returns precondition failed.
The corresponding http header is "If-Match".
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IList<string> MatchingETagConstraints { get; }
Public ReadOnly Property MatchingETagConstraints As IList(Of String)
Get
public:
property IList<String^>^ MatchingETagConstraints {
IList<String^>^ get ();
}
member MatchingETagConstraints : IList<string> with get
Property Value
Type:
IListStringSee Also