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."],[[["The content focuses on the `DeleteTableRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, which is used to request the deletion of a Bigtable table."],["The webpage lists various versions of the `DeleteTableRequest` class, ranging from version 3.24.0 (latest) down to 2.4.0, each with a link to its specific documentation."],["`DeleteTableRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTableRequest` class has two constructors, one default and another that takes an existing `DeleteTableRequest` object, and it contains properties such as `Name` (the table's unique identifier) and `TableName` (a typed view of the table's name)."],["The class documentation provides links to additional resources such as Google.Protobuf, and Microsoft documentation, allowing users to gain a deeper understanding of the class, the type, and its various uses."]]],[]]