ModificationConditions interface
Specifies HTTP options for conditional requests based on modification time.
Properties
if |
Specify this header value to operate only on a blob if it has been modified since the specified date/time. |
if |
Specify this header value to operate only on a blob if it has not been modified since the specified date/time. |
Property Details
ifModifiedSince
Specify this header value to operate only on a blob if it has been modified since the specified date/time.
ifModifiedSince?: Date
Property Value
Date
ifUnmodifiedSince
Specify this header value to operate only on a blob if it has not been modified since the specified date/time.
ifUnmodifiedSince?: Date
Property Value
Date