public sealed class DropRowRangeRequest : IMessage<DropRowRangeRequest>, IEquatable<DropRowRangeRequest>, IDeepCloneable<DropRowRangeRequest>, IBufferMessage, IMessage
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange][google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange]
Required. The unique name of the table on which to drop a range of rows.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}.
[[["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."],[[["The webpage provides documentation for the `DropRowRangeRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing how to request the deletion of rows in a Bigtable table."],["The `DropRowRangeRequest` class can be used to either delete all data from a table using `DeleteAllDataFromTable` or delete specific rows based on a row key prefix using `RowKeyPrefix`."],["The webpage also provides a list of all the previous versions of the DropRowRangeRequest, from 3.24.0 (latest) down to 2.4.0."],["The `DropRowRangeRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for object comparison and message handling."],["The class has properties such as Name, which requires the unique table name, and TableName, a typed view over the Name resource name property."]]],[]]