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 page focuses on version 3.21.0, while also listing a history of versions back to version 2.4.0."],["`DeleteTableRequest` is used to form a request for deleting a table within the Google Cloud Bigtable service, inheriting from and implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTableRequest` class includes properties such as `Name` (the table's unique identifier) and `TableName` (a typed view of the table's name)."],["The `DeleteTableRequest` class also contains two constructors, one default and another to clone from an existing `DeleteTableRequest` object."]]],[]]