Data.Cloud.AzureAPI.TBlobActionConditional.IfUnmodifiedSince
Delphi
IfUnmodifiedSince: string;
C++
System::UnicodeString IfUnmodifiedSince;
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 target blob has not been modified since the specified date.
This date must be defined as an UTC date in a string using ISO 8601 format. Supported formats include:
YYYY-MM-DD
YYYY-MM-DDThh:mmTZD
YYYY-MM-DDThh:mm:ssTZD
YYYY-MM-DDThh:mm:ss.ffffffTZD
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.