| UploadPartCopyRequestNonmatchingETagConstraints Property  | 
            Gets the constraints of non-matching ETag. If the source object's ETag does not match any one in the list, the copy will be proceeded.
            Otherwise returns error code 412 (precondition failed).
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic 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: 
IListString
See Also