@valon-technologies/gestalt
    Preparing search index...

    Interface TransactionOperation

    TransactionOperation is one ordered transaction-scoped object store or index operation. Cursor operations are intentionally excluded from the initial transaction contract.

    interface TransactionOperation {
        requestId: bigint;
        operation: TransactionOperationOperation;
    }
    Index

    Properties

    Properties

    requestId: bigint