Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModifiedAccessConditions

Package version

Parameter group standard HTTP conditional headers and tags condition.

Hierarchy

Index

Properties

Optional ifMatch

ifMatch: undefined | string

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

Optional ifModifiedSince

ifModifiedSince: Date

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

Optional ifNoneMatch

ifNoneMatch: undefined | string

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

Optional ifTags

ifTags: undefined | string

Specify a SQL where clause on blob tags to operate only on blobs with a matching value.

Optional ifUnmodifiedSince

ifUnmodifiedSince: Date

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

Optional tagConditions

tagConditions: undefined | string

Optional SQL statement to apply to the tags of the blob.

Generated using TypeDoc