timestreamwrite_list_batch_load_tasks: Provides a list of batch load tasks, along with the name,...

View source: R/timestreamwrite_operations.R

timestreamwrite_list_batch_load_tasksR Documentation

Provides a list of batch load tasks, along with the name, status, when the task is resumable until, and other details

Description

Provides a list of batch load tasks, along with the name, status, when the task is resumable until, and other details. See code sample for details.

See https://www.paws-r-sdk.com/docs/timestreamwrite_list_batch_load_tasks/ for full documentation.

Usage

timestreamwrite_list_batch_load_tasks(
  NextToken = NULL,
  MaxResults = NULL,
  TaskStatus = NULL
)

Arguments

NextToken

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

MaxResults

The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

TaskStatus

Status of the batch load task.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.