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