Skip to content

QueryResult

Interface

Results from the job query.

Properties

PropertyTypeNotes
fieldsField[]

Fields included in the query.

nextStartnumber

Starting number for the next batch of results.

numnumber

Number of results in the current batch of results.

qstring

Query string.

resultsany[][]

Results of the query.

startnumber

Starting number for this batch of results.

fields

Interface Property
fields: Field[]

Fields included in the query.

nextStart

Interface Property
nextStart: number

Starting number for the next batch of results.

num

Interface Property
num: number

Number of results in the current batch of results.

q

Interface Property
q: string

Query string.

results

Interface Property
results: any[][]

Results of the query.

start

Interface Property
start: number

Starting number for this batch of results.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.