The current example shows only how to submit a Bulk Query, but not how to get the results. I see that methods such as getBulkQueryResults() exist, but can find no documentation on how to use them. I'm working through it via trial-and-error, but ideally, I'd like to see an example that shows how to process each set of results, including any necessary polling/waiting for jobs/batches to complete.
The current example shows only how to submit a Bulk Query, but not how to get the results. I see that methods such as
getBulkQueryResults()exist, but can find no documentation on how to use them. I'm working through it via trial-and-error, but ideally, I'd like to see an example that shows how to process each set of results, including any necessary polling/waiting for jobs/batches to complete.