Data.Cloud.AzureAPI.TBlobActionConditional.IfSequenceNumberLessThan

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

IfSequenceNumberLessThan: string;

C++

System::UnicodeString IfSequenceNumberLessThan;

Description

The condition of this blob action conditional is met if the sequence number is less (<) than this value.

The PutPage action uses this value.

See Also