Learn R Programming

paws.analytics (version 0.7.0)

glue_get_column_statistics_task_runs: Retrieves information about all runs associated with the specified table

Description

Retrieves information about all runs associated with the specified table.

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

Usage

glue_get_column_statistics_task_runs(
  DatabaseName,
  TableName,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

DatabaseName

[required] The name of the database where the table resides.

TableName

[required] The name of the table.

MaxResults

The maximum size of the response.

NextToken

A continuation token, if this is a continuation call.