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."],[[["This webpage details the `Entry` class within the `Google.Cloud.Bigtable.V2` namespace, specifically `MutateRowsResponse.Types.Entry`, across multiple versions from 2.2.0 to 3.17.0, with 3.17.0 being the latest."],["The `Entry` class represents the result of applying a mutation in the original request and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `Entry()` and `Entry(MutateRowsResponse.Types.Entry other)`, and has two primary properties: `Index`, which specifies the entry's index in the original request, and `Status`, representing the outcome of the requested entry."],["The `Entry` class inherits from `Object` and contains inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, used for various functionalities."],["There are multiple previous versions of the Entry class available to view on the page, and each one includes the same information as the latest version."]]],[]]