Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecordSetsCreateOrUpdateOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • RecordSetsCreateOrUpdateOptionalParams

Index

Properties

Properties

Optional ifMatch

ifMatch: undefined | string

The etag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen etag value to prevent accidentally overwriting any concurrent changes.

Optional ifNoneMatch

ifNoneMatch: undefined | string

Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will be ignored.

Generated using TypeDoc