Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableMergeEntityOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • TableMergeEntityOptionalParams

Index

Properties

Optional ifMatch

ifMatch: undefined | string

Match condition for an entity to be updated. If specified and a matching entity is not found, an error will be raised. To force an unconditional update, set to the wildcard character (*). If not specified, an insert will be performed when no existing entity is found to update and a merge will be performed if an existing entity is found.

Optional queryOptions

queryOptions: QueryOptions

Parameter group

Optional requestId

requestId: undefined | string

Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when analytics logging is enabled.

Optional tableEntityProperties

tableEntityProperties: undefined | {}

The properties for the table entity.

Optional timeout

timeout: undefined | number

The timeout parameter is expressed in seconds.

Generated using TypeDoc