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 document provides reference documentation for the `DeleteTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The `DeleteTableRequest` class is used to define a request message for deleting a table in Google Cloud Bigtable, as indicated by the `google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable` API call."],["The latest version of this class is 3.24.0, with various prior versions down to 2.4.0 available for use."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `object` class."],["`DeleteTableRequest` has properties `Name`, which is required and represents the unique name of the table to delete, and `TableName`, which is a `TableName`-typed view over the `Name` property."]]],[]]