skipRecords

The "skipRecords" property is an optional integer from 0 to 9223372036854775807. It is used in query actions to paginate the query results when returning records directly. It defaults to 0.

  • It specifies the number of records to skip over in the results before returning records.
  • It works with "maxRecords" and "reverseOrder".
  • It is ignored when "returnCursor" is true.
    • This does not apply to the actions where "returnCursor" is not present.