SourceModifiedAccessConditions interface
Additional parameters for a set of operations.
Properties
| source |
Specify an ETag value to operate only on blobs with a matching value. |
| source |
Specify this header value to operate only on a blob if it has been modified since the specified date/time. |
| source |
Specify an ETag value to operate only on blobs without a matching value. |
| source |
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?: undefined | string
Property Value
undefined | 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?: undefined | string
Property Value
undefined | 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