Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AssignManualUuidHandling

Enables assignment of IDs on the target to anonymous transactions coming from the source. A manually defined UUID is added as a prefix to the ID.

Properties

Optional lastConfiguredLogFilename

lastConfiguredLogFilename: undefined | string

Specifies one of the coordinates (file) at which the replica should begin reading the source's log. As this value specifies the point where replication starts from, it is only used once, when it starts. It is never used again, unless a new UpdateChannel operation modifies it.

Optional lastConfiguredLogOffset

lastConfiguredLogOffset: undefined | number

Specifies one of the coordinates (offset) at which the replica should begin reading the source's log. As this value specifies the point where replication starts from, it is only used once, when it starts. It is never used again, unless a new UpdateChannel operation modifies it. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const policy

policy: string = "ASSIGN_MANUAL_UUID"

Optional uuid

uuid: undefined | string

The UUID that is used as a prefix when generating transaction identifiers for anonymous transactions coming from the source. You can change the UUID later.

Methods

getDeserializedJsonObj

getJsonObj