Retrieves a list of strings that identify available versions of a specified table
Source:R/glue_operations.R
glue_get_table_versions.RdRetrieves a list of strings that identify available versions of a specified table.
See https://www.paws-r-sdk.com/docs/glue_get_table_versions/ for full documentation.
Usage
glue_get_table_versions(
CatalogId = NULL,
DatabaseName,
TableName,
NextToken = NULL,
MaxResults = NULL,
AuditContext = NULL
)Arguments
- CatalogId
The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
- DatabaseName
[required] The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
- TableName
[required] The name of the table. For Hive compatibility, this name is entirely lowercase.
- NextToken
A continuation token, if this is not the first call.
- MaxResults
The maximum number of table versions to return in one response.
- AuditContext
A structure containing the Lake Formation audit context.