Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MatchConditions

Package version

Specifies HTTP options for conditional requests based on ETag matching.

Hierarchy

Index

Properties

Properties

Optional ifMatch

ifMatch: undefined | string

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

Optional ifNoneMatch

ifNoneMatch: undefined | string

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

Generated using TypeDoc