queryApexLogIdsViaBulkApi
queryApexLogIdsViaBulkApi(
connection,query,pollTimeout):Promise<string[]>
Defined in: packages/simply-apex-core/src/apexLogsPurge.ts:44
Parameters
Section titled “Parameters”connection
Section titled “connection”Connection
string
pollTimeout
Section titled “pollTimeout”number
Returns
Section titled “Returns”Promise<string[]>
Every ApexLog Id matched by query (a full SOQL statement), via a Bulk API v2 query
job. The job streams CSV back, so the IDs are gathered from the record stream rather than a
single response body.