public sealed class Entry : IMessage<MutateRowsResponse.Types.Entry>, IEquatable<MutateRowsResponse.Types.Entry>, IDeepCloneable<MutateRowsResponse.Types.Entry>, IBufferMessage, IMessage
The result of applying a passed mutation in the original request.
The result of the request Entry identified by index.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
[[["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 details the `MutateRowsResponse.Types.Entry` class within the Google.Cloud.Bigtable.V2 namespace for .NET, showing its purpose and implementation across various versions."],["This class is used to represent the result of applying a mutation that was requested, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties like `Index` (an Int64 indicating the entry's position in the original request) and `Status` (a `Status` object showing the result of the request for that entry)."],["The page also lists all the different available versions of this class, ranging from 2.2.0 all the way to the most recent version of 3.17.0, with every version in between."],["The `Entry` class contains two constructors, one being the default and another that accepts another `Entry` object as a parameter."]]],[]]