Data.Cloud.AzureAPI.TBlobActionConditional Fields
InheritedProtected
| IfMatch | public | The condition of this blob action conditional is met if the ETag value of the target blob matches this value. |
| IfModifiedSince | public | The condition of this blob action conditional is met if the target blob has been modified since the specified date. |
| IfNoneMatch | public | The condition of this blob action conditional is met if the ETag value of the target blob does not match this value. |
| IfSequenceNumberEquals | public | The condition of this blob action conditional is met if the sequence number is equal (=) to this value. |
| IfSequenceNumberLessThan | public | The condition of this blob action conditional is met if the sequence number is less (<) than this value. |
| IfSequenceNumberLessThanOrEqual | public | The condition of this blob action conditional is met if the sequence number is less than or equal (<=) to this value. |
| IfSourceMatch | public | The condition of this blob action conditional is met if the ETag value of the source blob matches this value. |
| IfSourceModifiedSince | public | The condition of this blob action conditional is met if the source blob has been modified since the specified date. |
| IfSourceNoneMatch | public | The condition of this blob action conditional is met if the ETag value of the source blob does not match this value. |
| IfSourceUnmodifiedSince | public | The condition of this blob action conditional is met if the source blob has not been modified since the specified date. |
| IfUnmodifiedSince | public | The condition of this blob action conditional is met if the target blob has not been modified since the specified date. |