OptionalbatchOptionalincludeBoolean value that specifies if deleted records should be included in the results.
OptionalqueryBoolean value that if true will fetch additional records that did not fit in the responses batch until all
result records are retrieved from the server.
OptionalqueryUse type instead
OptionaltypeDefines the query backend type API to call. Some objects are available on both tooling and data API.
When not set defaults to data
A numeric value that specifies the number of records returned for a query request. Child objects count toward the number of records for the batch size. For example, in relationship queries, multiple child objects are returned per parent row returned.
The default is
2000; the minimum is200, and the maximum is2000.There is no guarantee that the requested batch size is the actual batch size. Changes are made as necessary to maximize performance.