public sealed class DeleteTableRequest : IMessage<DeleteTableRequest>, IEquatable<DeleteTableRequest>, IDeepCloneable<DeleteTableRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class DeleteTableRequest.
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 provides reference documentation for the `DeleteTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET developers."],["The content lists various versions of the `DeleteTableRequest` class, ranging from version 2.4.0 up to the latest version 3.24.0."],["The `DeleteTableRequest` class is used to specify the unique name of a table that should be deleted using the BigtableTableAdmin.DeleteTable method, accepting a `string` type `Name` property, and a `TableName` type `TableName` property."],["The `DeleteTableRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteTableRequest\u003e`, `IDeepCloneable\u003cDeleteTableRequest\u003e`, and `IBufferMessage`, and has two constructors, one default and another one that accepts another `DeleteTableRequest` object as parameter."],["You can access each version's documentation by following the linked version numbers from 2.4.0 to 3.24.0, and can see that the latest version is 3.24.0."]]],[]]