athena_list_table_metadata: Lists the metadata for the tables in the specified data...

View source: R/athena_operations.R

athena_list_table_metadataR Documentation

Lists the metadata for the tables in the specified data catalog database

Description

Lists the metadata for the tables in the specified data catalog database.

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

Usage

athena_list_table_metadata(
  CatalogName,
  DatabaseName,
  Expression = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

CatalogName

[required] The name of the data catalog for which table metadata should be returned.

DatabaseName

[required] The name of the database for which table metadata should be returned.

Expression

A regex filter that pattern-matches table names. If no expression is supplied, metadata for all tables are listed.

NextToken

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

MaxResults

Specifies the maximum number of results to return.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.