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 details the `DeleteTableRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is used to send requests to delete a table in Google Cloud Bigtable."],["The latest version available for the `DeleteTableRequest` is 3.24.0, but there is a list of versions dating back to 2.4.0 which you can find on the page."],["The `DeleteTableRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default one, and another that copies an existing `DeleteTableRequest` object."],["The `DeleteTableRequest` class has two properties: `Name`, a string representing the unique name of the table to be deleted, and `TableName`, which is a typed view of the `Name` property, allowing interaction with a structured resource name."]]],[]]