Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ContainerRequestConditions interface
- Package:
- @azure/storage-blob
Conditions to meet for the container.
Inherited 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. |
| leaseId | If specified, the operation only succeeds if the resource's lease is active and matches this ID. |
Inherited 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
Inherited From ModificationConditions.ifModifiedSince
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
Inherited From ModificationConditions.ifUnmodifiedSince
leaseId
If specified, the operation only succeeds if the resource's lease is active and matches this ID.
leaseId?: string
Property Value
string
Inherited From LeaseAccessConditions.leaseId
