Data.Cloud.AzureAPI.TBlobActionConditional Fields

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
IfMatchpublicThe condition of this blob action conditional is met if the ETag value of the target blob matches this value.
IfModifiedSincepublicThe condition of this blob action conditional is met if the target blob has been modified since the specified date.
IfNoneMatchpublicThe condition of this blob action conditional is met if the ETag value of the target blob does not match this value.
IfSequenceNumberEqualspublicThe condition of this blob action conditional is met if the sequence number is equal (=) to this value.
IfSequenceNumberLessThanpublicThe condition of this blob action conditional is met if the sequence number is less (<) than this value.
IfSequenceNumberLessThanOrEqualpublicThe condition of this blob action conditional is met if the sequence number is less than or equal (<=) to this value.
IfSourceMatchpublicThe condition of this blob action conditional is met if the ETag value of the source blob matches this value.
IfSourceModifiedSincepublicThe condition of this blob action conditional is met if the source blob has been modified since the specified date.
IfSourceNoneMatchpublicThe condition of this blob action conditional is met if the ETag value of the source blob does not match this value.
IfSourceUnmodifiedSincepublicThe condition of this blob action conditional is met if the source blob has not been modified since the specified date.
IfUnmodifiedSincepublicThe condition of this blob action conditional is met if the target blob has not been modified since the specified date.