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 for .NET."],["The `DeleteTableRequest` class is used to construct requests for deleting a table within a Bigtable instance, as part of the `BigtableTableAdmin.DeleteTable` process."],["The documentation lists various versions of the Google Cloud Bigtable Administration v2 API, ranging from version 3.24.0 (latest) down to version 2.4.0, each linking to the respective `DeleteTableRequest` class documentation."],["The `DeleteTableRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has two constructors, a parameterless one and one that accepts another `DeleteTableRequest`, and includes two properties: `Name` (a string representing the table's unique identifier) and `TableName` (a `TableName`-typed view of the `Name` property)."]]],[]]