Data.Cloud.AzureAPI.TBlobActionConditional.IfMatch

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

IfMatch: string;

C++

System::UnicodeString IfMatch;

Description

The condition of this blob action conditional is met if the ETag value of the target blob matches this value.

If you are copying a blob, the target blob is the destination blob.
If you are creating a snapshot of a blob, the target blob is the blob that is the source of the snapshot.

See Also