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, which is used to request the deletion of a table within Google Cloud Bigtable."],["The `DeleteTableRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities within the Google Cloud .NET library."],["The class contains properties `Name` (a string representing the unique table name) and `TableName` (a `TableName`-typed view of the name), which are crucial for specifying the table targeted for deletion."],["The current latest version of the documentation is version 3.24.0, while a number of previous versions are documented as far back as 2.4.0."],["The DeleteTableRequest class has 2 constructors, one default and one that takes in another DeleteTableRequest as an argument."]]],[]]