AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Deletes multiple tables at once.

After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling BatchDeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to BatchDeleteTableAsync.

Namespace: Amazon.Glue
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public virtual BatchDeleteTableResponse BatchDeleteTable(
         BatchDeleteTableRequest request
)

Parameters

request
Type: Amazon.Glue.Model.BatchDeleteTableRequest

Container for the necessary parameters to execute the BatchDeleteTable service method.

Return Value


The response from the BatchDeleteTable service method, as returned by Glue.

Exceptions

ExceptionCondition
EntityNotFoundException A specified entity does not exist
GlueEncryptionException An encryption operation failed.
InternalServiceException An internal service error occurred.
InvalidInputException The input provided was not valid.
OperationTimeoutException The operation timed out.
ResourceNotReadyException A resource was not ready for a transaction.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also