Type alias CompensatingWriteInfo

CompensatingWriteInfo: {
    objectName: string;
    primaryKey: PrimaryKey;
    reason: string;
}

The details of a compensating write performed by the server.

Type declaration

  • objectName: string

    The type of the object that caused the compensating write.

  • primaryKey: PrimaryKey

    The primary key of the object that caused the compensating write.

  • reason: string

    The reason for the compensating write.

Generated using TypeDoc