public sealed class Mutation.Types.DeleteFromRow : IMessage<Mutation.Types.DeleteFromRow>, IEquatable<Mutation.Types.DeleteFromRow>, IDeepCloneable<Mutation.Types.DeleteFromRow>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Mutation.Types.DeleteFromRow.
A Mutation which deletes all cells from the containing row.
[[["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 page provides documentation for the `Mutation.Types.DeleteFromRow` class within the Google Bigtable v2 API, specifically for .NET development."],["The `DeleteFromRow` class is used to represent a mutation that deletes all cells from a specified row in a Bigtable database."],["The documentation lists available versions of the class, ranging from version 2.2.0 to the latest version 3.17.0, and includes the current version the documentation is based on, 3.10.0."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with the Google Protobuf library and its capabilities."],["The documentation includes details about the class's constructors, `DeleteFromRow()` and `DeleteFromRow(Mutation.Types.DeleteFromRow other)`, outlining how to instantiate the class and clone it from another instance."]]],[]]