Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AccessTierModifiedConditions interface
- Package:
- @azure/storage-blob
standard HTTP conditional headers, tags condition and lease condition
Properties
| accessTierIfModifiedSince | Specify this header value to operate only on a blob if the access-tier has been modified since the specified date/time. |
| accessTierIfUnmodifiedSince | Specify this header value to operate only on a blob if the access-tier has not been modified since the specified date/time. |
Property Details
accessTierIfModifiedSince
Specify this header value to operate only on a blob if the access-tier has been modified since the specified date/time.
accessTierIfModifiedSince?: Date
Property Value
Date
accessTierIfUnmodifiedSince
Specify this header value to operate only on a blob if the access-tier has not been modified since the specified date/time.
accessTierIfUnmodifiedSince?: Date
Property Value
Date
