ContainerRequestConditions interface

Conditions to meet for the container.

Extends

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.

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

leaseId

If specified, the operation only succeeds if the resource's lease is active and matches this ID.

leaseId?: string

Property Value

string