Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace BulkUnpinMetadata

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

Properties

attributesUnpinned

attributesUnpinned: number

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

operationStatus

operationStatus: OperationStatus

Operation status of the bulk unpin operation. SUCCESS - The bulk unpin operation has succeeded and all the attributes in the bulk unpin request have been unpinned by this operation. The following are error statuses for the bulk unpin operation. EMPTY_ATTRIBUTE_LIST - The bulk unpin request object was empty and did not contain any attributes to be unpinned. 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 syntheticAttributesUnpinned

syntheticAttributesUnpinned: undefined | number

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

Functions

getDeserializedJsonObj

getJsonObj