Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StreamingJobsCreateOrReplaceOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • StreamingJobsCreateOrReplaceOptionalParams

Index

Properties

Properties

Optional ifMatch

ifMatch: undefined | string

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

Optional ifNoneMatch

ifNoneMatch: undefined | string

Set to '*' to allow a new streaming job to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response.

Generated using TypeDoc