Data.Cloud.AzureAPI.TBlobActionConditional.IfSequenceNumberLessThanOrEqual

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IfSequenceNumberLessThanOrEqual: string;

C++

System::UnicodeString IfSequenceNumberLessThanOrEqual;

Properties

Type Visibility Source Unit Parent
field public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TBlobActionConditional

Description

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

The PutPage action uses this value.

See Also