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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript