Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/18 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

sf-fx-runtime-nodejs / RecordQueryResult

Interface: RecordQueryResult

Represents the result of a record query.

If true, no additional records can be retrieved from the query result. If false, one or more records remain to be retrieved.

Readonly done: boolean


The URL for the next set of records, if any.

Optional Readonly nextRecordsUrl: string


The records in this query result.

Readonly records: Record[]


The total amount of records returned by the query.

Readonly totalSize: number