ModifiedAccessConditions interface

Additional parameters for a set of operations.

Properties

ifMatch

Specify an ETag value to operate only on blobs with a matching value.

ifModifiedSince

Specify this header value to operate only on a blob if it has been modified since the specified date/time.

ifNoneMatch

Specify an ETag value to operate only on blobs without a matching value.

ifUnmodifiedSince

Specify this header value to operate only on a blob if it has not been modified since the specified date/time.

Property Details

ifMatch

Specify an ETag value to operate only on blobs with a matching value.

ifMatch?: string

Property Value

string

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

ifNoneMatch

Specify an ETag value to operate only on blobs without a matching value.

ifNoneMatch?: string

Property Value

string

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