Data.Cloud.AzureAPI.TBlobActionConditional.IfModifiedSince

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IfModifiedSince: string;

C++

System::UnicodeString IfModifiedSince;

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 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