glue_query_schema_version_metadata {paws.analytics} | R 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. |
[Package paws.analytics version 0.9.0 Index]