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 documentation for the `DeleteTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment."],["The latest version of the `DeleteTableRequest` class documentation is 3.24.0, and it has historical documentaion for older versions down to version 2.4.0."],["The `DeleteTableRequest` class is used to format requests to delete a specified table and it inherits from several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteTableRequest` class has two constructors and two main properties, `Name` (string) and `TableName`, which is a TableName typed view of the name property."],["The documentation displays examples for the class's constructors, properties, and inherited members, such as GetHashCode, GetType, and ToString."]]],[]]