Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ModificationConditions interface
- Package:
- @azure/storage-blob
Specifies HTTP options for conditional requests based on modification time.
Properties
| ifModifiedSince | Specify this header value to operate only on a blob if it has been modified since the specified date/time. |
| ifUnmodifiedSince | 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
