glue_list_table_optimizer_runs: Lists the history of previous optimizer runs for a specific...

View source: R/glue_operations.R

glue_list_table_optimizer_runsR Documentation

Lists the history of previous optimizer runs for a specific table

Description

Lists the history of previous optimizer runs for a specific table.

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

Usage

glue_list_table_optimizer_runs(
  CatalogId,
  DatabaseName,
  TableName,
  Type,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

CatalogId

[required] The Catalog ID of the table.

DatabaseName

[required] The name of the database in the catalog in which the table resides.

TableName

[required] The name of the table.

Type

[required] The type of table optimizer.

MaxResults

The maximum number of optimizer runs to return on each call.

NextToken

A continuation token, if this is a continuation call.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.