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, specifically for version 2.9.0 of the .NET library."],["The `DeleteTableRequest` class is used to structure requests for deleting tables in Google Cloud Bigtable, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `DeleteTableRequest` documentation, ranging from version 3.24.0 (latest) down to version 2.4.0."],["The `DeleteTableRequest` class has properties such as `Name`, a string that contains the unique name of the table to be deleted, and `TableName`, which is a strongly-typed view of the `Name` property."],["The class has two constructors: a parameterless one, and one that takes another `DeleteTableRequest` object, used to create a new `DeleteTableRequest` by copying another one."]]],[]]