public sealed class DeleteTableRequest : IMessage<DeleteTableRequest>, IEquatable<DeleteTableRequest>, IDeepCloneable<DeleteTableRequest>, IBufferMessage, IMessage
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `DeleteTableRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for the .NET framework."],["The `DeleteTableRequest` class is used to send a request to delete a table in Google Cloud Bigtable, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.24.0, while the page also contains documentation for prior versions back to 2.4.0, including all versions in between."],["The `DeleteTableRequest` class has two constructors, a default one, and another that copies an existing `DeleteTableRequest` object."],["Key properties for `DeleteTableRequest` include `Name`, which is a string representing the unique name of the table to be deleted, and `TableName`, a `TableName`-typed view over the `Name` resource."]]],[]]