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-25 UTC."],[[["This webpage provides reference documentation for the `DeleteTableRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The latest version of this API is 3.24.0, but the current page focuses on version 3.12.0 and lists previous versions down to 2.4.0 for reference."],["The `DeleteTableRequest` class is used to format requests to delete a specified table and it inherits from multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Name`, which represents the unique name of the table to be deleted, and `TableName`, which gives a typed view of the Name property."],["The page presents other relevant information, such as inherited members, namespaces, assembly, constructors, and parameters that are included in this API."]]],[]]