Retrieves a list of the loadIds for all active loader jobs
Source:R/neptunedata_operations.R
neptunedata_list_loader_jobs.RdRetrieves a list of the loadIds for all active loader jobs.
See https://www.paws-r-sdk.com/docs/neptunedata_list_loader_jobs/ for full documentation.
Arguments
- limit
The number of load IDs to list. Must be a positive integer greater than zero and not more than
100(which is the default).- includeQueuedLoads
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of load IDs by setting the parameter to
FALSE. The default value isTRUE.