Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace BulkUpdateAttributeMetadata

Metadata about the bulk attribute update operation. The bulk attribute update operation is atomic and binary. If the processing of any of the attributes in the bulk attribute update request results in a processing or validation error, then none of the attributes updated.

Properties

attributesUpdated

attributesUpdated: number

Total number attributes (both string and numeric) in TRACES namespace for which properties were updated. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

operationStatus

operationStatus: OperationStatus

Operation status of the bulk update attribute operation. SUCCESS - The bulk attribute update request has succeeded and all the attributes in the request have been updated. The following are error statuses for the bulk update attributes operation. EMPTY_ATTRIBUTE_LIST - The bulk update attributes request object was empty and did not contain any attributes for which properties had to be updated. INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted in a processing error.

operationType

operationType: OperationType

Type of operation.

Optional syntheticAttributesUpdated

syntheticAttributesUpdated: undefined | number

Total number attributes (both string and numeric) in SYNTHETIC namespace for which properties were updated. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj