glue_query_schema_version_metadata: Queries for the schema version metadata information

View source: R/glue_operations.R

glue_query_schema_version_metadataR Documentation

Queries for the schema version metadata information

Description

Queries for the schema version metadata information.

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

Usage

glue_query_schema_version_metadata(
  SchemaId = NULL,
  SchemaVersionNumber = NULL,
  SchemaVersionId = NULL,
  MetadataList = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

SchemaId

A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

SchemaVersionNumber

The version number of the schema.

SchemaVersionId

The unique version ID of the schema version.

MetadataList

Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.

MaxResults

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

NextToken

A continuation token, if this is a continuation call.


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