Function scanGcRecords

  • Scan the gc rollup records

    const records = scanGcRecords(client, 1, 1000)
    

    Parameters

    • client: Client

      the instance of client

    • start: number

      the start offset

    • limit: number

      the records limit

    Returns Promise<GcRecord[]>

    the records

Generated using TypeDoc