Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccessCondition

Package version

Additional parameters for a set of operations.

Hierarchy

  • AccessCondition

Index

Properties

Properties

Optional ifMatch

ifMatch: undefined | string

Defines the If-Match condition. The operation will be performed only if the ETag on the server matches this value.

Optional ifNoneMatch

ifNoneMatch: undefined | string

Defines the If-None-Match condition. The operation will be performed only if the ETag on the server does not match this value.

Generated using TypeDoc