

# BatchTableOptimizer
<a name="API_BatchTableOptimizer"></a>

Contains details for one of the table optimizers returned by the `BatchGetTableOptimizer` operation.

## Contents
<a name="API_BatchTableOptimizer_Contents"></a>

 ** catalogId **   <a name="Glue-Type-BatchTableOptimizer-catalogId"></a>
The Catalog ID of the table.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*`   
Required: No

 ** databaseName **   <a name="Glue-Type-BatchTableOptimizer-databaseName"></a>
The name of the database in the catalog in which the table resides.  
Type: String  
Length Constraints: Minimum length of 1.  
Required: No

 ** tableName **   <a name="Glue-Type-BatchTableOptimizer-tableName"></a>
The name of the table.  
Type: String  
Length Constraints: Minimum length of 1.  
Required: No

 ** tableOptimizer **   <a name="Glue-Type-BatchTableOptimizer-tableOptimizer"></a>
A `TableOptimizer` object that contains details on the configuration and last run of a table optimizer.  
Type: [TableOptimizer](API_TableOptimizer.md) object  
Required: No

## See Also
<a name="API_BatchTableOptimizer_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/glue-2017-03-31/BatchTableOptimizer) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/glue-2017-03-31/BatchTableOptimizer) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/glue-2017-03-31/BatchTableOptimizer) 