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 reference documentation for the `DeleteTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment."],["The `DeleteTableRequest` class is used to request the deletion of a table in Google Cloud Bigtable, as indicated by the method `google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable`."],["The webpage lists the inheritance and implemented interfaces of the `DeleteTableRequest` class, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, alongside its constructors and properties."],["The webpage provides a comprehensive list of version history for the `DeleteTableRequest` class, starting from version 2.4.0 up to the latest version, 3.24.0, and the information for each version is linked to the same `DeleteTableRequest`."],["The essential properties of `DeleteTableRequest` include `Name`, which specifies the unique identifier of the table to be deleted, and `TableName`, which offers a typed view over the table's resource name."]]],[]]