View source: R/glue_operations.R
glue_get_column_statistics_task_runs | R Documentation |
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.
glue_get_column_statistics_task_runs(
DatabaseName,
TableName,
MaxResults = NULL,
NextToken = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.