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 page details the `DeleteTableRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically version 2.7.0, for use in .NET environments."],["The `DeleteTableRequest` class is used to send requests to delete a table in Google Cloud Bigtable and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.24.0, with a comprehensive list of versions ranging from 2.4.0 up to the latest version, all of which link to their respective `DeleteTableRequest` documentation."],["Key properties of `DeleteTableRequest` include `Name`, which is the unique name of the table to be deleted, and `TableName`, which is a typed view over the resource name property."],["The page provides access to the documentation of the different versions of the DeleteTableRequest class, with links to the corresponding documentations."]]],[]]