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, across a range of version numbers."],["The latest version of the `DropRowRangeRequest` documentation available on the page is for version 3.24.0, and includes links to other versions spanning from 2.4.0 up until 3.23.0."],["The `DropRowRangeRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used to specify a range of rows to delete."],["Key properties of the `DropRowRangeRequest` include `DeleteAllDataFromTable`, `Name` (the table's unique identifier), `RowKeyPrefix` to specify a prefix for deletion, `TableName` which provides a structured view of the `Name` property, and `TargetCase` to know which target is in use."],["The `DropRowRangeRequest` constructor allows for creating a new instance or copying from an existing one."]]],[]]