Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateRowResult

The result of an UpdateRow operation.

Properties

Optional existingValue

existingValue: undefined | object

The map of values from a row.

Optional existingVersion

existingVersion: undefined | string

The version string associated with the existing row. Returned if the put fails due to options setting in the request.

Optional generatedValue

generatedValue: undefined | string

The value generated if the operation created a new value for an identity column. If the table has no identity column, this value is null. If it has an identity column, and a value was generated for that column, it is non-null.

Optional usage

usage: model.RequestUsage

Optional version

version: undefined | string

An opaque version string associated with the row.

Functions

getDeserializedJsonObj

getJsonObj