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-25 UTC."],[[["This webpage details the `DropRowRangeRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, which is used to request the dropping of a range of rows from a Google Cloud Bigtable table."],["The latest version available for `DropRowRangeRequest` is 3.24.0, and the documentation lists versions from 2.4.0 up to the latest 3.24.0, providing links to each version's documentation."],["`DropRowRangeRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cDropRowRangeRequest\u003e`, `IDeepCloneable\u003cDropRowRangeRequest\u003e`, and `IBufferMessage`."],["The `DropRowRangeRequest` class has several properties, such as `DeleteAllDataFromTable`, `Name`, `RowKeyPrefix`, `TableName`, and `TargetCase`, to specify the table and the range of rows to delete."],["It also includes two constructors, one default and one that takes another `DropRowRangeRequest` as a parameter, as well as inherited methods from `Object`."]]],[]]