Data.Cloud.AmazonAPI.TAmazonActionConditional.IfNoneMatch

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonActionConditional

Delphi

IfNoneMatch: string;

C++

System::UnicodeString IfNoneMatch;

Description

ETag value used as a condition for an action.

IfNoneMatch represents an ETag value used as a condition for an action.

Specify an ETag value that allows to perform the action only if the object's ETag value does not match the specified value.

See Also