Anchorage API reference
    Preparing search index...

    Business identity used to inspect one legacy connector idempotency row.

    interface LegacyConnectorIdempotencyIdentity {
        idempotencyKey: string;
        isolationScope?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    idempotencyKey: string

    Non-empty business idempotency key supplied by the trusted operator.

    isolationScope?: string

    Opaque non-empty isolation scope, when the original call was scoped.