Function ctIsVersionValid

  • Description

    This function is to check the validity of the value of versionNumber against specific table in the database.

    Note

    • this function accept table name or table ID
    • If an application has a value for last_synchronization_version that is older than the minimum valid synchronization version for a table, that application cannot perform valid change enumeration. This is because some change information might have been cleaned up.

    Parameters

    • input: CtIsVersionValid

    Returns Promise<boolean>

Generated using TypeDoc