ModifiedAccessConditionsModel interface
Parameter group
if |
Specify an ETag value to operate only on blobs with a matching value. |
if |
Specify this header value to operate only on a blob if it has been modified since the specified date/time. |
if |
Specify an ETag value to operate only on blobs without a matching value. |
if |
Specify a SQL where clause on blob tags to operate only on blobs with a matching value. |
if |
Specify this header value to operate only on a blob if it has not been modified since the specified date/time. |
Specify an ETag value to operate only on blobs with a matching value.
ifMatch?: string
Property Value
string
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
Specify an ETag value to operate only on blobs without a matching value.
ifNoneMatch?: string
Property Value
string
Specify a SQL where clause on blob tags to operate only on blobs with a matching value.
ifTags?: string
Property Value
string
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