SourceModifiedAccessConditions interface

Additional parameters for a set of operations.

Properties

sourceIfMatch

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

sourceIfModifiedSince

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

sourceIfNoneMatch

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

sourceIfUnmodifiedSince

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

Property Details

sourceIfMatch

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

sourceIfMatch?: string

Property Value

string

sourceIfModifiedSince

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

sourceIfModifiedSince?: Date

Property Value

Date

sourceIfNoneMatch

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

sourceIfNoneMatch?: string

Property Value

string

sourceIfUnmodifiedSince

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

sourceIfUnmodifiedSince?: Date

Property Value

Date