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.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