Data.Cloud.AzureAPI.TBlobActionConditional.IfUnmodifiedSince

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

IfUnmodifiedSince: string;

C++

System::UnicodeString IfUnmodifiedSince;

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.

See Also