Learn R Programming

paws.database (version 0.7.0)

neptunedata_list_loader_jobs: Retrieves a list of the loadIds for all active loader jobs

Description

Retrieves 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.

Usage

neptunedata_list_loader_jobs(limit = NULL, includeQueuedLoads = NULL)

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 is TRUE.